From 0af1fcc9cddd3c4d94afb1ab8bf1b4944b705f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 26 Mar 2012 09:17:56 +0200 Subject: add update --- update | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 update diff --git a/update b/update new file mode 100755 index 0000000..59ae847 --- /dev/null +++ b/update @@ -0,0 +1,7 @@ +#! /bin/sh + +DIR=$(readlink -f $(dirname $0)) +curl -so $DIR/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim +for repo in $DIR/bundle/*; do + echo -en " ${repo##*/}\n " && cd $repo && git pull +done -- cgit v1.1-2-g2b99