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

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

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