Files
bash/bash-20060316/tests/trap1.sub
T
2011-12-07 09:05:27 -05:00

5 lines
98 B
Plaintext
Executable File

# signals ignored at shell startup cannot be trapped or reset
trap 'echo USR2' USR2
trap -p USR2