mirror of
https://github.com/sheumann/hush.git
synced 2024-12-24 12:29:47 +00:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
$THIS_SH -c '
|
||
|
(sleep 1; kill -HUP $$) &
|
||
|
while true; do
|
||
|
read ignored
|
||
|
done
|
||
|
'
|
||
|
echo "Done:$?"
|