index
:
rpmbuild.git
airview
docsite
ghp-import
master
obs-product
python-cached_property
python-pywinrm
sles10-bash
sles11.1-bash
sles11.2-bash
SPECs and SRPMs for sharing or review
Pete Travis
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scratch
/
bash-3.1
/
tests
/
misc
/
sigint-2.sh
blob: 69eaf56a0306b84b60031a123d2aba0e4614d900 (
plain
)
1
2
3
4
5
6
7
echo
before loop
for
i
in
1 2 3
do
echo
$i
sleep
5
done