Skip to content

Instantly share code, notes, and snippets.

@bcarlso
Created November 9, 2010 20:59
Show Gist options
  • Save bcarlso/669783 to your computer and use it in GitHub Desktop.
Save bcarlso/669783 to your computer and use it in GitHub Desktop.
Cloning all repos received through STDIN
STDIN.readlines.each do | filepath |
`git clone ssh://git.corp.geolearning.com/git/#{filepath}`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment