Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hannesdatta/e263eab6c8f2624f84fd061e8665d27f to your computer and use it in GitHub Desktop.

Select an option

Save hannesdatta/e263eab6c8f2624f84fd061e8665d27f to your computer and use it in GitHub Desktop.
mass-clone GitHub repositories and download them to separate folders
while read p; do git clone https://github.com/$p ${p%/*}; done <files.txt
tilburgsciencehub/website
hannesdatta/platformpower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment