diff options
Diffstat (limited to '')
| -rwxr-xr-x | clone-all-github | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clone-all-github b/clone-all-github index ebdeb78..0269954 100755 --- a/clone-all-github +++ b/clone-all-github @@ -1,7 +1,7 @@  #!/usr/bin/env bash  USER=compromyse -REPOS=$(curl https://api.github.com/users/$USER/repos 2>/dev/null | jq -r '.[0].name') +REPOS=$(curl https://api.github.com/users/$USER/repos 2>/dev/null | jq -r '.[].name')  for rawname in $REPOS; do      repo=$rawname.git | 
