From 59d4930b4f472481c04b869449e8e091fee02eba Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 19:18:01 +0600 Subject: f --- files/.vim/bundle/update.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 files/.vim/bundle/update.sh (limited to 'files/.vim/bundle/update.sh') diff --git a/files/.vim/bundle/update.sh b/files/.vim/bundle/update.sh deleted file mode 100755 index c8cb034..0000000 --- a/files/.vim/bundle/update.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -oldcwd=$(pwd) - -cd "$(dirname "$0")" -for submodule in * -do - if [ -d "$submodule/.git" ] - then - cd "$submodule" - echo "--- $submodule:" - git pull - cd .. - fi -done -cd "$oldcwd" -- cgit v1.2.3