blob: a30e9f0b9a970e6fb5ee540de31adcf3cca67e50 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001touch foo
2tar cf foo.tar foo
3rm foo
4cat foo.tar | busybox tar x
5test -f foo