2023-11-16 23:19:36 -05:00

6 lines
71 B
Plaintext

touch foo
tar cf foo.tar foo
rm foo
busybox tar xf foo.tar
test -f foo