dotvim/update.sh
2019-03-29 11:50:10 -07:00

5 lines
111 B
Bash
Executable File

#!/bin/sh
git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update