5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
# add buffer contents as file to zip
|
|
return 0
|
|
arguments testbuffer.zip add teststring.txt "This is a test, and it seems to have been successful.\n"
|
|
file testbuffer.zip {} testbuffer.zip
|