Show HN: Repoman – Export and import Git repository lists (github.com) 5 points by pacifika 5y ago ↗ HN
[–] pacifika 5y ago ↗ Looking for your feedback on this little helper script [–] [dead] ExcavateGrandMa 5y ago ↗ ``` IFS=$'\n'; for i in $(cat ./my-cute-github.lst); do git clone "$i"; done ```
[–] [dead] ExcavateGrandMa 5y ago ↗ ``` IFS=$'\n'; for i in $(cat ./my-cute-github.lst); do git clone "$i"; done ```
2 comments
[ 3.6 ms ] story [ 22.0 ms ] thread