mu/subx

6 lines
92 B
Bash
Executable File

#!/bin/sh
# Run SubX VM, first compiling if necessary.
set -e
./build && ./subx_bin "$@"