Merge pull request #10133 from netroby/feature/update-repo-sh

Add shell script to fast update ansible repo
This commit is contained in:
Toshio Kuratomi 2015-01-30 07:52:42 -08:00
commit 363a47b48b

3
hacking/update.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
git pull --rebase
git submodule update --init --recursive