From cda0fae2832fe5afbc5d41488aec991a535500ad Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 22 Jul 2020 15:27:54 +0200 Subject: updated submodules --- .vim/bundle/update_submodule.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vim/bundle/update_submodule.sh (limited to '.vim/bundle/update_submodule.sh') diff --git a/.vim/bundle/update_submodule.sh b/.vim/bundle/update_submodule.sh new file mode 100644 index 0000000..fba5df9 --- /dev/null +++ b/.vim/bundle/update_submodule.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +for dir in ./*/; do + cd $dir + git pull + git checkout master + cd .. +done -- cgit v1.2.3