mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
238bf187ba
function old new delta trapcmd 271 277 +6 localcmd 277 275 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
78 B
Plaintext
Executable File
3 lines
78 B
Plaintext
Executable File
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
|
echo Done: $?
|