Skip to content

Instantly share code, notes, and snippets.

@bitroniq
Created August 26, 2020 13:42
Show Gist options
  • Save bitroniq/5a0e4cb672475864aad2aa70c72fa586 to your computer and use it in GitHub Desktop.
Save bitroniq/5a0e4cb672475864aad2aa70c72fa586 to your computer and use it in GitHub Desktop.
curl -si https://api.github.com/users/bitroniq/repos | \
grep ssh_url | cut -d '"' -f4 | xargs -i git clone {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment