fix other mandelbrot variants
[mu.git] / archive / 1.vm / mu
blob67068ebb555920c714810bf6917e2be728da8d08
1 #!/bin/sh
2 # Run interpreter, first compiling if necessary.
3 set -e
5 ./build3 && ./mu_bin "$@"
7 # Scenarios considered:
8 # ./mu
9 # ./mu --help
10 # ./mu test
11 # ./mu test file1.mu