Skip to content

Instantly share code, notes, and snippets.

@evildaemond
Created October 9, 2018 03:10
Embed
What would you like to do?
cysca 2018 scoreboard for terminal
#!/bin/bash
while :
do
clear
curl -s 'https://cyberchallenge.com.au/2018/scoreboard/standings.json' | jq '.standings[0,1,2,3,4,5,6,7,8,9] | "\(.name) \(.points)"'
sleep 2m
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment