blob: a30e9f0b9a970e6fb5ee540de31adcf3cca67e50 [file] [log] [blame]
Matt Kraai2b1effd2001-12-20 22:09:31 +00001touch foo
2tar cf foo.tar foo
3rm foo
4cat foo.tar | busybox tar x
5test -f foo