about summary refs log blame commit diff stats
path: root/mu
blob: da738da7987c912e847156375dde4cf5dfe2283c (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