about summary refs log blame commit diff stats
path: root/mu
blob: 76548f2f4d629f81cd582a3a3b2072364f54948f (plain) (tree)
1
2
3
4
5
6
7
         


                                            
                 
 
                    





                       
#!/bin/sh
#
# Compile mu if necessary before running it.

./build || exit 1

./mu_bin $FLAGS "$@"

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