Skip to content

Commit

Permalink
Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Dec 23, 2016
1 parent 6577478 commit 5e22ff0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
script.service.simkl

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
Binary file added script.service.simkl.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions tozip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#Creates a zip file compatible with Kodi

mkdir script.service.simkl
rsync -rv --progress ./ ./script.service.simkl --exclude-from .gitignore --exclude tozip.sh

rm script.service.simkl.zip
zip -rx@.gitignore script.service.simkl.zip script.service.simkl/*
rm -Rf script.service.simkl

0 comments on commit 5e22ff0

Please sign in to comment.