Skip to content

Commit 5e22ff0

Browse files
committed
Zip
1 parent 6577478 commit 5e22ff0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
script.service.simkl
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]

script.service.simkl.zip

182 KB
Binary file not shown.

tozip.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
#Creates a zip file compatible with Kodi
3+
4+
mkdir script.service.simkl
5+
rsync -rv --progress ./ ./script.service.simkl --exclude-from .gitignore --exclude tozip.sh
6+
7+
rm script.service.simkl.zip
8+
zip [email protected] script.service.simkl.zip script.service.simkl/*
9+
rm -Rf script.service.simkl

0 commit comments

Comments
 (0)