From f702b84a0b4af96341c505212c61be03a8ed0809 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 12 Oct 2019 00:01:40 +0530 Subject: add bootstrap script --- bootstrap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 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