Skip to content

Instantly share code, notes, and snippets.

@ferzerkerx
Created December 5, 2017 20:37
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 ferzerkerx/ac26fccbe77253449037d2335a19d47c to your computer and use it in GitHub Desktop.
Save ferzerkerx/ac26fccbe77253449037d2335a19d47c to your computer and use it in GitHub Desktop.
$$('a[itemprop="name codeRepository"]')
.map(i=>`git clone git@github.com:user-organization/${i.text.trim()}`)
.join(';')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment