Created
January 10, 2011 21:36
-
-
Save pokutuna/773517 to your computer and use it in GitHub Desktop.
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
repos = [ | |
'~/dotfiles', | |
'~/termtter', | |
'~/privaterepos', | |
'~/pokutuna_misc', | |
'~/btproject', | |
'~/scala-query', | |
'~/Documents/scala-collections-impl-doc-ja', | |
'~/Documents/scala-actors-doc-ja', | |
'~/Documents/scala-collections-doc-ja' | |
] | |
repos.each{ |r| | |
puts r | |
puts `cd #{r} && git pull` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment