mu/linux/bootstrap/bootstrap

8 lines
117 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
2021-03-12 18:14:44 +00:00
$(dirname $0)/build
$(dirname $0)/bootstrap_bin "$@"