mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
touch foo
|
||
|
tar cf foo.tar foo
|
||
|
rm foo
|
||
|
cat foo.tar | busybox tar x
|
||
|
test -f foo
|