chore: github repos

main
CrimsonTome 2022-11-22 20:59:06 +00:00 committed by Rowan Clark
parent 99226eedfd
commit d57b617d2d
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,8 @@ elif [[ $os == "Fedora" ]]; then
else
echo "OS not yet supported"
fi
cd $gitdir
gh auth login
# after logged into gh
gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone