source: trunk/essentials/app-shells/bash/tests/misc/sigint-2.sh

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 59 bytes
Line 
1echo before loop
2
3for i in 1 2 3
4do
5 echo $i
6 sleep 5
7done
Note: See TracBrowser for help on using the repository browser.