minimal-linux-script/busybox-1.33.0/testsuite/gzip/gzip-accepts-multiple-files
2023-11-16 23:19:36 -05:00

4 lines
63 B
Plaintext

touch foo bar
busybox gzip foo bar
test -f foo.gz -a -f bar.gz