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

./build  &&  ./mu_bin "$@"

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