mu/mu
2018-03-13 08:34:05 -07:00

12 lines
174 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