source: trunk/essentials/app-shells/bash/tests/trap1.sub

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

bash 3.1

File size: 98 bytes
Line 
1# signals ignored at shell startup cannot be trapped or reset
2trap 'echo USR2' USR2
3
4trap -p USR2
Note: See TracBrowser for help on using the repository browser.