aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/makezip
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makezip')
-rwxr-xr-xscripts/makezip2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makezip b/scripts/makezip
new file mode 100755
index 0000000..6a73850
--- /dev/null
+++ b/scripts/makezip
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec zip -9 -r "${1%%/}.zip" "${1%%/}/"