Yuzu-clone/externals/libzip/libzip/regress/add_from_stdin.test
2020-12-28 15:15:37 +00:00

6 lines
193 B
Plaintext
Executable File

# add stdin to zip
pipein echo This is a test, and it seems to have been successful.
args -- teststdin.zip add_file teststring.txt /dev/stdin 0 -1
return 0
file-new teststdin.zip teststdin.zip