mirror of
https://github.com/jlengrand/gource-organization-vizualization.git
synced 2026-03-10 00:11:18 +00:00
3 lines
149 B
Bash
Executable File
3 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -s https://api.github.com/orgs/adyen/repos\?per_page\=200 | perl -ne 'print "$1\n" if (/"ssh_url": "([^"]+)/)' | xargs -n 1 git clone |