mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
touch foo
|
|
tar cf foo.tar foo
|
|
echo foo >foo.exclude
|
|
busybox tar xf foo.tar -X foo.exclude
|