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]
/
testing
/
3.OriginalTest.dir
/
tmp
/
misc
/
test-minus-e.2
blob
f66966eba8f23580c3f98a233adf9f63f586b9df
1
touch .file
2
set -e
3
while set +e ; test -r .file ; do
4
echo -n "stop loop? [yes to quit] "
5
read reply
6
if [ "$reply" = yes ] ; then
7
rm .file non-dash-file
8
fi
9
set -e
10
done
11
rm -f .file