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

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

bash 3.1

File size: 103 bytes
Line 
1echo before trap
2trap 'echo caught sigint' 2
3echo after trap
4
5for i in 1 2 3
6do
7 echo $i
8 sleep 5
9done
Note: See TracBrowser for help on using the repository browser.