source:
vendor/bash/3.1-p17/tests/misc/sigint-1.sh
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 103 bytes |
Line | |
---|---|
1 | echo before trap |
2 | trap 'echo caught sigint' 2 |
3 | echo after trap |
4 | |
5 | for i in 1 2 3 |
6 | do |
7 | echo $i |
8 | sleep 5 |
9 | done |
Note:
See TracBrowser
for help on using the repository browser.