]> 4ch.mooo.com Git - 16.git/blob - src/util/z.sh
i did some clean up to the sound stuff. if there is a way to generate imf files i...
[16.git] / src / util / z.sh
1 #!/bin/bash
2 while [ -n "$1" ]
3 do
4         7z a -v64k -r /var/www/"$1".zip "$1"
5         echo 7z a -v64k -r /var/www/"$1".zip "$1"
6         shift
7 done