Imported from ../bash-2.01.1.tar.gz.
[platform/upstream/bash.git] / tests / misc / sigint.t2.sh
1 echo before loop
2
3 for i in 1 2 3
4 do
5         echo $i
6         sleep 5
7 done