mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 02:31:20 +00:00
8 lines
102 B
Plaintext
Executable File
8 lines
102 B
Plaintext
Executable File
trap "echo Exiting; exit" INT
|
|
|
|
(sleep 1; kill -s INT $$) &
|
|
|
|
while continue; do
|
|
continue;
|
|
done
|