repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests
/
6.cmd
/
trap
/
trap1.sub
blob
48f8530229222f7041bb2e323754a6ca7eaa3b1d
1
# signals ignored at shell startup cannot be trapped or reset
2
trap 'echo USR2' USR2
3
4
trap -p USR2