Add update script

This commit is contained in:
Jeremy Soller
2020-01-22 10:52:08 -07:00
parent 39762f7b3a
commit 3efdc04546

7
scripts/update.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
git pull
git submodule update --init --recursive --checkout
git status