Skip to content

Instantly share code, notes, and snippets.

@masak
Created May 6, 2009 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/107541 to your computer and use it in GitHub Desktop.
Save masak/107541 to your computer and use it in GitHub Desktop.
# "please repeat these three parameters twice". neat!
sprintf '(git clone git@github.com:%s/%s.git %s ||'
~ ' git clone git://github.com/%s/%s.git %s)',
(%info<owner>, $name, $target-dir) xx 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment