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

3
hacking/update.sh Executable file
View File

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