dotvim/update.sh

4 lines
110 B
Bash
Raw Normal View History

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