0 jrc *.jr
0 javac jrGen/*.java
0 cd jrGen
0 jr_rmic
0 cd ..
0 jrrun WeirdQuant > No_input.out 2>&1
# output is nondeterministic
# (it usually comes out as 5 times last value of i,
# but it could be 5 times any int between 0 and 5)
# so, we just check that we get 5 lines of output
0 grep -c hi No_input.out > No_input.cnt 2>&1
0 cmp No_input.std No_input.cnt
0 rm -rf jrGen core *.out *.cnt
