Finds your vim bundle directory at ~/.vim/bundle and updates every package using git
Assumes you've cloned this repo somewhere
ln -s $this_git_repo/update-bundles /usr/local/bin/update-bundles
update-bundles
If your bundle directory is at a nonstandard location you may also specify a bundle path in an argument
update-bundles ~/my-bundle-path
See LICENSE