Skip to content

Instantly share code, notes, and snippets.

@mrsoftware
Created October 8, 2020 21:03
Show Gist options
  • Save mrsoftware/3ee5ce6b1917fb607abb73537cbe7ed6 to your computer and use it in GitHub Desktop.
Save mrsoftware/3ee5ce6b1917fb607abb73537cbe7ed6 to your computer and use it in GitHub Desktop.
for repo in $(curl "https://gitlab.com/api/v4/projects?private_token=TOKEN&owned=yes" | jq '.[].ssh_url_to_repo' | tr -d '"'); do git clone $repo; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment