Upload Tizen:Base source
[external/bash.git] / tests / misc / sigint-3.sh
1 sleep 5 &
2 sleep 5 &
3 sleep 5 &
4
5 echo wait 1
6 wait
7
8 echo wait 2
9 wait
10
11 exit