source:
trunk/essentials/app-shells/bash/tests/trap1.sub
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 98 bytes |
Line | |
---|---|
1 | # signals ignored at shell startup cannot be trapped or reset |
2 | trap 'echo USR2' USR2 |
3 | |
4 | trap -p USR2 |
Note:
See TracBrowser
for help on using the repository browser.