mu/bootstrap

6 lines
97 B
Plaintext
Raw Normal View History

2017-10-11 08:38:29 +00:00
#!/bin/sh
# Run SubX VM, first compiling if necessary.
set -e
2017-10-11 08:38:29 +00:00
./build && ./bootstrap_bin "$@"