aboutsummaryrefslogtreecommitdiffstats
path: root/script/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'script/bootstrap')
-rwxr-xr-xscript/bootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/bootstrap b/script/bootstrap
new file mode 100755
index 000000000..dfebd7449
--- /dev/null
+++ b/script/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+cd "$(dirname "$0")/.."
+
+git submodule --quiet update --init --recursive --rebase
+bin/install_perl_modules