X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Futil%2Fz.sh;h=7561110a0d402e435a46469112590cae444c0c3d;hb=033a884c3a161367f6820dbcc959111403ecd497;hp=0c9a2f9c756b8f19c8ea5569f208923fff47ce58;hpb=47cdc66151d973d975d0e31fb8a786eb639bebdb;p=16.git diff --git a/src/util/z.sh b/src/util/z.sh index 0c9a2f9c..7561110a 100755 --- a/src/util/z.sh +++ b/src/util/z.sh @@ -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