format fix
[tridge/junkcode.git] / curly.sh
1 #!/bin/sh
2
3 while :; do 
4 [ 1 -eq 1 ] && {
5     echo "failing"
6     /bin/false || exit 3
7 }
8 done
9
10 echo "oh no"
11