mu/mu
Kartik K. Agaram 075498ec16 4220
2018-03-13 08:37:19 -07:00

12 lines
182 B
Bash
Executable File

#!/bin/sh
# Run interpreter, first compiling if necessary.
set -e
./build3 && ./mu_bin "$@"
# Scenarios considered:
# ./mu
# ./mu --help
# ./mu test
# ./mu test file1.mu