Add shell script to fast update ansible repo

This commit is contained in:
ZhiFeng Hu 2015-01-30 08:45:46 +08:00
parent c978c77796
commit d4864eabdc

3
update.sh Executable file
View file

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