5 lines
182 B
Text
5 lines
182 B
Text
|
# add buffer contents as file to zip
|
||
|
return 0
|
||
|
args testbuffer.zip add teststring.txt "This is a test, and it seems to have been successful.\n"
|
||
|
file-new testbuffer.zip testbuffer.zip
|