diff options
| author | Anton Bobov <abobov@gmail.com> | 2011-10-13 19:18:01 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-10-13 19:39:34 +0600 |
| commit | 59d4930b4f472481c04b869449e8e091fee02eba (patch) | |
| tree | a74817e165ebee0baa503cc61a627353ad9b3741 /files/.vim/bundle/update.sh | |
| parent | b73bf37f10e6c3c9ff4c68e320c88dae9360f56b (diff) | |
f
Diffstat (limited to 'files/.vim/bundle/update.sh')
| -rwxr-xr-x | files/.vim/bundle/update.sh | 16 |
1 files changed, 0 insertions, 16 deletions
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" |
