source: vendor/bash/3.1-p17/tests/misc/sigint-3.sh

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 72 bytes
Line 
1sleep 5 &
2sleep 5 &
3sleep 5 &
4
5echo wait 1
6wait
7
8echo wait 2
9wait
10
11exit
Note: See TracBrowser for help on using the repository browser.