Skip to content

Instantly share code, notes, and snippets.

@eungjun-yi
Created December 18, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eungjun-yi/5eab7a8f9f94b2ab816993edbf9dee7a to your computer and use it in GitHub Desktop.
Save eungjun-yi/5eab7a8f9f94b2ab816993edbf9dee7a to your computer and use it in GitHub Desktop.
echo "https://api.github.com/orgs/naver/repos
https://api.github.com/organizations/6589568/repos?page=2
https://api.github.com/organizations/6589568/repos?page=3
https://api.github.com/organizations/6589568/repos?page=4
https://api.github.com/organizations/6589568/repos?page=5" | xargs -i curl {} | jq '.[].stargazers_count' | awk '{sum+=$1}; END {print sum}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment