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
improve of cmpl.
[bush.git]
/
tests
/
misc
/
sigint-4.sh
blob
587dd2651209563bef1111702b67b591ea770386
1
trap
'echo sigint'
2
2
3
sleep
5
&
4
sleep
5
&
5
sleep
5
&
6
7
echo wait
1
8
wait
9
10
echo wait
2
11
wait
12
13
exit