]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/100-args/passfail.do
Less /bin/-hardcoded paths
[goredo.git] / t / apenwarr / 100-args / passfail.do
1 echo $$
2 if [ -e pleasefail ]; then
3         exit 1
4 else
5         exit 0
6 fi