mu/archive/1.vm/mu

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