Last active
December 13, 2017 19:42
-
-
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
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
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