summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-12 00:00:59 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-12 00:00:59 +0530
commit8375d7de6eccf1c710e5f880f35272b7a47e56bb (patch)
tree577ff3b277e2ada16252c6cba6a1fac676c26871
parent8e1fdc264c0105ec39c2697c92bbebeadb9d94df (diff)
downloadsurvey-8375d7de6eccf1c710e5f880f35272b7a47e56bb.tar.gz
survey-8375d7de6eccf1c710e5f880f35272b7a47e56bb.tar.bz2
survey-8375d7de6eccf1c710e5f880f35272b7a47e56bb.zip
add bootstrap script
-rwxr-xr-xbootstrap10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..d14ee3b
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -eu
+
+if ! git --version >/dev/null; then
+ echo "git not installed"
+ exit 1
+fi
+
+git submodule update --init