mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
||
|
echo Done: $?
|