repo.or.cz
/
mu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix other mandelbrot variants
[mu.git]
/
archive
/
1.vm
/
mu
blob
67068ebb555920c714810bf6917e2be728da8d08
1
#!/bin/sh
2
# Run interpreter, first compiling if necessary.
3
set -e
4
5
.
/
build3
&&
.
/
mu_bin
"$@"
6
7
# Scenarios considered:
8
# ./mu
9
# ./mu --help
10
# ./mu test
11
# ./mu test file1.mu