4 lines
98 B
Text
Executable file
4 lines
98 B
Text
Executable file
# signals ignored at shell startup cannot be trapped or reset
|
|
trap 'echo USR2' USR2
|
|
|
|
trap -p USR2
|