mirror of
https://github.com/sheumann/hush.git
synced 2025-02-02 01:35:53 +00:00
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
touch foo
|
|
busybox mv foo bar
|
|
test ! -f foo -a -f bar
|