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

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

bash 3.1

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