]> 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 3c823ad05c64ed248017d4a83bc8dc12c41cf923..d316bd53fc1261b2d5a5908106097c3e41eaf41b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 while [ -n "$1" ]
 do
-       7z a -v64k -r /var/www/"$1".zi "$1"
-       echo 7z a -v64k -r /var/www/"$1".zi "$1"
+       7z a -v64k /var/www/"$1".zip "$1"
+       echo 7z a -v64k /var/www/"$1".zip "$1"
        shift
 done