mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
5 lines
98 B
Plaintext
Executable File
5 lines
98 B
Plaintext
Executable File
# signals ignored at shell startup cannot be trapped or reset
|
|
trap 'echo USR2' USR2
|
|
|
|
trap -p USR2
|