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