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