Skip to content

Instantly share code, notes, and snippets.

@blues-man
Last active July 20, 2016 21:49
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 blues-man/918a74e08cc0b9abd87d12d4c3a1a49a to your computer and use it in GitHub Desktop.
Save blues-man/918a74e08cc0b9abd87d12d4c3a1a49a to your computer and use it in GitHub Desktop.
curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | awk -F '[/"]' '/\/(.*)"/ {x += 2 ^ (32 - $5) - 2 } END { print x }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment