Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4e4c5db66a63e0482e2e4a06c8bec637b7088d7b
/
.
/
shell
/
hush_test
/
hush-trap
/
usage.tests
blob: d29c6e74aaf4c91be24a02bb114f7362c42bc5ac [
file
] [
log
] [
blame
]
# no output -- default state
echo ___
trap
# assign some traps
echo ___
trap
"a"
EXIT INT USR1 USR2
# show them all
echo ___
trap
# clear one
echo ___
trap
0
INT
echo ___
trap
# clear another
echo ___
trap
"-"
USR1
echo ___
trap