Add lectures, separate update script

This commit is contained in:
Carl Pearson
2017-10-29 16:31:37 -05:00
parent f2f01d8e4c
commit d6b72b929d
6 changed files with 14 additions and 9 deletions

9
update.sh Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
set -eoux pipefail
HUGO_ROOT=`pwd`
cd "$HUGO_ROOT"
echo "Updating theme"
git submodule update --recursive --remote