repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.25
[tomato.git]
/
release
/
src
/
router
/
busybox
/
shell
/
hush_test
/
hush-trap
/
usage.right
blob
c0dbd6c3c82533938cd122088e874d5eff01c769
1
___
2
___
3
___
4
trap -- 'a' EXIT
5
trap -- 'a' INT
6
trap -- 'a' USR1
7
trap -- 'a' USR2
8
___
9
___
10
trap -- 'a' USR1
11
trap -- 'a' USR2
12
___
13
___
14
trap -- 'a' USR2