mirror of
https://github.com/m1ngsama/automa.git
synced 2025-12-24 10:51:20 +00:00
upload org multi repository clone scripts
This commit is contained in:
parent
2207914289
commit
33ade46a99
11 changed files with 5 additions and 0 deletions
5
bin/org-clone.sh
Normal file
5
bin/org-clone.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# rely on github-cli
|
||||||
|
|
||||||
|
gh repo list myorgname --limit 4000 | while read -r repo _; do
|
||||||
|
gh repo clone "$repo" "$repo"
|
||||||
|
done
|
||||||
Loading…
Reference in a new issue