parent
474d5cf88f
commit
6d3442594a
|
@ -57,4 +57,10 @@ fi
|
|||
cd $gitdir;
|
||||
gh auth login;
|
||||
# after logged into gh
|
||||
|
||||
# set up ssh keys
|
||||
firefox https://github.com/settings/ssh/new
|
||||
|
||||
#TODO: do gpg stuff toO
|
||||
|
||||
gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone;
|
||||
|
|
Loading…
Reference in New Issue