dotvim/update.sh

4 lines
110 B
Bash
Executable File

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