mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
touch foo
|
|
tar cf foo.tar foo
|
|
rm foo
|
|
busybox tar xf foo.tar
|
|
test -f foo
|