mu/archive/1.vm/mu

12 lines
182 B
Plaintext
Raw Normal View History

#!/bin/sh
2017-10-11 08:47:00 +00:00
# Run interpreter, first compiling if necessary.
set -e
./build3 && ./mu_bin "$@"
# Scenarios considered:
2018-03-13 15:37:19 +00:00
# ./mu
# ./mu --help
# ./mu test
# ./mu test file1.mu