diff options
Diffstat (limited to 'scripts/bootstrap-host')
-rwxr-xr-x | scripts/bootstrap-host | 4 |
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; |