mu/mu
Kartik K. Agaram b53ee143f8 4015
2017-10-11 01:47:00 -07:00

11 lines
166 B
Bash
Executable File

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