dotvim/bin/upgrade.sh

4 lines
110 B
Bash
Raw Normal View History

2016-07-30 17:43:49 +00:00
#!/bin/sh
git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update