dotvim/update.sh

5 lines
111 B
Bash
Raw Normal View History

2016-07-30 17:43:49 +00:00
#!/bin/sh
2019-03-29 18:50:10 +00:00
2016-07-30 17:43:49 +00:00
git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update