Add update script
This commit is contained in:
parent
39762f7b3a
commit
3efdc04546
7
scripts/update.sh
Executable file
7
scripts/update.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
git pull
|
||||
git submodule update --init --recursive --checkout
|
||||
git status
|
Loading…
x
Reference in New Issue
Block a user