]> 4ch.mooo.com Git - 16.git/blobdiff - src/util/z.sh
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / src / util / z.sh
index 0c9a2f9c756b8f19c8ea5569f208923fff47ce58..7561110a0d402e435a46469112590cae444c0c3d 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 while [ -n "$1" ]
 do
-       7z a -v64k /var/www/"$1".zip "$1"
+       7z a -v64k -r /var/www/"$1".zip "$1"
+       echo 7z a -v64k -r /var/www/"$1".zip "$1"
        shift
 done