From 875f702a786a771db915b9b37bd45e191c2e79af Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 6 Apr 2019 17:17:57 +0200 Subject: [PATCH] update scripty --- update.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..bed4a5a --- /dev/null +++ b/update.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +# failures are evil +set -e + +# update our clone +git submodule update --init --recursive +git submodule update --recursive --remote +git pull + +# rerun hugo generator +./hugo