5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
touch foo
|
|
ln foo bar
|
|
busybox mv bar baz
|
|
test ! -f bar -a -f baz
|