Add update script

This commit is contained in:
Jeremy Soller 2020-01-22 10:52:08 -07:00
parent 39762f7b3a
commit 3efdc04546
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

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