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
init version.
[bush.git]
/
tests
/
tmp
/
misc
/
test-minus-e.1
blob
77cc3f26ca15eaf87fd77fe73cecc2a1ccbde145
1
touch .file
2
while set -e ; test -r .file ; do
3
echo -n "stop loop? "
4
read reply
5
case "$reply" in
6
y*) rm .file non-dash-file ;;
7
esac
8
set +e
9
done