#!/usr/bin/fish set TOKEN xxxxxxxx # access token curl -H "Authorization: Bearer "$TOKEN 'https://api.github.com/gists?per_page=100' | jq '.[] | .git_pull_url' | xargs -n 1 git clone