mirror of
https://github.com/sheumann/hush.git
synced 2025-01-04 22:34:37 +00:00
da75f44844
Signed-off-by: Andreas Bühmann <buehmann@users.berlios.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
echo Ok >file.tmp
|
|
cat 0<>file.tmp
|
|
echo Done:$?
|
|
rm file.tmp
|