mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
8 lines
91 B
Plaintext
Executable File
8 lines
91 B
Plaintext
Executable File
$THIS_SH -c '
|
|
(sleep 1; kill -HUP $$) &
|
|
while true; do
|
|
read ignored
|
|
done
|
|
'
|
|
echo "Done:$?"
|