android_mt6572_jiabo/external/bash/tests/misc/sigint-4.sh
2025-09-05 16:56:03 +08:00

13 lines
94 B
Bash
Executable file

trap 'echo sigint' 2
sleep 5 &
sleep 5 &
sleep 5 &
echo wait 1
wait
echo wait 2
wait
exit