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-1.sh
blob
7b74c3073c8c930f0554f2b03a73f9e0f6504158
1
echo
before
trap
2
trap
'echo caught sigint'
2
3
echo
after
trap
4
5
for
i
in
1 2 3
6
do
7
echo
$i
8
sleep
5
9
done