3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
||
|
echo Done: $?
|