add upgrade script

This commit is contained in:
Dmytro Meleshko 2018-08-23 19:35:40 +02:00
parent e2e9e96e3a
commit 2c73d5ced9
1 changed files with 4 additions and 0 deletions

4
upgrade.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
git pull --rebase --stat origin master
git submodule update --init --recursive --remote