about summary refs log tree commit diff stats
path: root/linux/bootstrap/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bootstrap/bootstrap')
-rwxr-xr-xlinux/bootstrap/bootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/bootstrap/bootstrap b/linux/bootstrap/bootstrap
new file mode 100755
index 00000000..b3e6cc60
--- /dev/null
+++ b/linux/bootstrap/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Run SubX VM, first compiling if necessary.
+set -e
+
+$(dirname $0)/build  &&  $(dirname $0)/bootstrap_bin "$@"