about summary refs log tree commit diff stats
path: root/mu
blob: 67068ebb555920c714810bf6917e2be728da8d08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Run interpreter, first compiling if necessary.
set -e

./build3  &&  ./mu_bin "$@"

# Scenarios considered:
#   ./mu
#   ./mu --help
#   ./mu test
#   ./mu test file1.mu