Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
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