Skip to content

Instantly share code, notes, and snippets.

@skynebula
Last active December 13, 2017 19:42
Show Gist options
  • Save skynebula/e6333777e256a6fcbf111e14525543b0 to your computer and use it in GitHub Desktop.
Save skynebula/e6333777e256a6fcbf111e14525543b0 to your computer and use it in GitHub Desktop.
Display the BTC/ETH/LTC/... rates in the terminal, refreshed every 60 seconds
while true; do clear && curl rate.sx; sleep 60; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment