]> 4ch.mooo.com Git - 16.git/blobdiff - src/util/z.sh
having the palette in the game code may help. also i added wolf3d's palette for exama...
[16.git] / src / util / z.sh
index 7561110a0d402e435a46469112590cae444c0c3d..d316bd53fc1261b2d5a5908106097c3e41eaf41b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 while [ -n "$1" ]
 do
-       7z a -v64k -r /var/www/"$1".zip "$1"
-       echo 7z a -v64k -r /var/www/"$1".zip "$1"
+       7z a -v64k /var/www/"$1".zip "$1"
+       echo 7z a -v64k /var/www/"$1".zip "$1"
        shift
 done