From 7e98101a9be119cd2c3b20329660c26bb5919def Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Sat, 7 Jan 2017 11:20:56 -0500 Subject: Move vim/update-plugins to root as it deals with submodules Script is not vim-specific, so move it to the root. --- update-submodules.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 update-submodules.sh (limited to 'update-submodules.sh') diff --git a/update-submodules.sh b/update-submodules.sh new file mode 100755 index 0000000..4fbb9d2 --- /dev/null +++ b/update-submodules.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# updates all known submodules +cd `dirname $0` + +git submodule foreach git checkout master +git submodule foreach git pull -- cgit v1.2.3-70-g09d2