Created
October 8, 2020 21:03
-
-
Save mrsoftware/3ee5ce6b1917fb607abb73537cbe7ed6 to your computer and use it in GitHub Desktop.
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
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