Add update script
This commit is contained in:
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
|
Reference in New Issue
Block a user