mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
echo Ok >file.tmp
|
||
|
cat 0<>file.tmp
|
||
|
echo Done:$?
|
||
|
rm file.tmp
|