5 lines
157 B
Text
5 lines
157 B
Text
|
# delete multiple entries in zip archive, emptying it
|
||
|
return 0
|
||
|
args testfile.zzip delete 0 delete 1 delete 2 delete 3
|
||
|
file-del testfile.zzip testcomment.zip
|