android_mt6572_jiabo/external/bash/tests/trap1.sub
2025-09-05 16:56:03 +08:00

4 lines
98 B
Text
Executable file

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