Created
October 31, 2024 13:20
-
-
Save dewomser/6754e38a5eeda3fe0ae7cf611512350f to your computer and use it in GitHub Desktop.
Alle eigenen Gists downloaden … die ersten 200
This file contains 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
curl -H "Authorization: Bearer GITHUB_TOKEN" 'https://api.github.com/gists?per_page=100' | jq '.[] | .git_pull_url' | xargs -n 1 git clone | |
curl -H "Authorization: Bearer GITHUB_TOKEN" 'https://api.github.com/gists?page=2&per_page=100' | jq '.[] | .git_pull_url' | xargs -n 1 git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment