about summary refs log tree commit diff stats
path: root/bootstrap
blob: b16da072e6298562145ff3a51e309f17b73ed8d7 (plain) (blame)
1
2
3
4
5
#!/bin/sh
# Run SubX VM, first compiling if necessary.
set -e

./build  &&  ./bootstrap_bin "$@"