mu/bootstrap

6 lines
97 B
Bash
Executable File

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