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 +++++++ vim/update-plugins.sh | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100755 update-submodules.sh delete mode 100755 vim/update-plugins.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 diff --git a/vim/update-plugins.sh b/vim/update-plugins.sh deleted file mode 100755 index f4d2767..0000000 --- a/vim/update-plugins.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# updates all known submodules - -cd `dirname $0`/.. -git submodule foreach git pull -- cgit v1.2.3-70-g09d2