chore: github repos
parent
99226eedfd
commit
d57b617d2d
|
@ -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
|
Loading…
Reference in New Issue