Skip to content

Instantly share code, notes, and snippets.

@smotesko
Created July 10, 2018 11:10
Show Gist options
  • Save smotesko/3e9e24c19e2cc47bb61a2a1cdd521b57 to your computer and use it in GitHub Desktop.
Save smotesko/3e9e24c19e2cc47bb61a2a1cdd521b57 to your computer and use it in GitHub Desktop.
BTC price in bash
# requires underscore-cli https://github.com/ddopson/underscore-cli
alias btc='curl -s https://blockchain.info/ticker | underscore extract USD.15m | xargs printf "%.2f\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment