summaryrefslogtreecommitdiff
path: root/scripts/bootstrap-host
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap-host')
-rwxr-xr-xscripts/bootstrap-host4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bootstrap-host b/scripts/bootstrap-host
new file mode 100755
index 000000000..7619f68a9
--- /dev/null
+++ b/scripts/bootstrap-host
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+cd "${BASE}"/bootstrap;
+./bootstrap;