aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/usage.right
blob: 5b90222f878fe71746f66e4dd72269ebcf946fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
___
___
___
trap -- 'a' EXIT
trap -- 'a' SIGINT
trap -- 'a' SIGUSR1
trap -- 'a' SIGUSR2
___
___
trap -- 'a' SIGUSR1
trap -- 'a' SIGUSR2
___
___
trap -- 'a' SIGUSR2