mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
function old new delta trapcmd 271 277 +6 localcmd 277 275 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2 lines
78 B
Text
Executable file
2 lines
78 B
Text
Executable file
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
|
echo Done: $?
|