mu/archive/1.vm/mu
Kartik Agaram 2a4088119c 5852
2020-01-01 17:04:37 -08:00

12 lines
182 B
Bash
Executable File
Generated

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