Created
July 11, 2014 12:47
-
-
Save spalenza/a1bd44d26e83bfe59921 to your computer and use it in GitHub Desktop.
Update all vim's bundles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in *; do cd $i && git pull && cd ..; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment