mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
touch foo bar
|
|
tar cf foo.tar foo bar
|
|
rm foo bar
|
|
busybox tar -xf foo.tar
|
|
test -f foo
|
|
test -f bar
|