Skip to content

Instantly share code, notes, and snippets.

@akshaymankar
Created June 5, 2019 11:11
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 akshaymankar/b9c6a3b6e17b36033f58bc0840e9fb92 to your computer and use it in GitHub Desktop.
Save akshaymankar/b9c6a3b6e17b36033f58bc0840e9fb92 to your computer and use it in GitHub Desktop.
World Cup tmux score
curl -s https://cricketapi-icc.pulselive.com/fixtures/8199/scoring | jq -r '(["SA: ", .innings[0].scorecard.runs, "/", .innings[0].scorecard.wkts, " (", .innings[0].overProgress, ") - ", "IND: ", .innings[1].scorecard.runs, "/", .innings[1].scorecard.wkts, " (", .innings[1].overProgress, ")"] | join(""))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment