From 00d0d855578b4fb9cf3724767670eca81bd7bdf8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 11 Oct 2019 23:57:59 +0530 Subject: add bootstrap script --- bootstrap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') 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 -- cgit v1.2.3