mu/linux/bootstrap/bootstrap
2021-03-12 10:14:59 -08:00

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 "$@"