mu/linux/bootstrap/bootstrap

8 lines
117 B
Bash
Executable File

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