about summary refs log tree commit diff stats
path: root/mu
blob: dabc77d6536bf7f2610f51d02cf59dd93307f95f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# Compile mu if necessary before running it.

./build

./mu_bin $FLAGS "$@"

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