source:
vendor/bash/3.1-p17/tests/misc/sigint-4.sh
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 94 bytes |
Line | |
---|---|
1 | trap 'echo sigint' 2 |
2 | |
3 | sleep 5 & |
4 | sleep 5 & |
5 | sleep 5 & |
6 | |
7 | echo wait 1 |
8 | wait |
9 | |
10 | echo wait 2 |
11 | wait |
12 | |
13 | exit |
Note:
See TracBrowser
for help on using the repository browser.