Skip to content

Commit

Permalink
Create clone_all_my_repos.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RubensZimbres authored Jan 30, 2021
1 parent 3530002 commit 333733f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clone_all_my_repos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ curl -s https://api.github.com/users/RubensZimbres/repos?per_page=200 | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])'

0 comments on commit 333733f

Please sign in to comment.