sigint-3.sh   [plain text]


sleep 5 &
sleep 5 &
sleep 5 &

echo wait 1
wait

echo wait 2
wait

exit