Created
September 17, 2017 11:23
-
-
Save abhisek/7b39affa2ff96d7cf787617d39ec0009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -r json -r "net/http" -e "puts JSON.parse(Net::HTTP.get_response(URI.parse('http://127.0.0.1:8000/graph.json')).body).map {|e| e[1]['codes']}.flatten.sort.first" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment