Skip to content

Instantly share code, notes, and snippets.

@danikx
Forked from ErikBjare/btce_ticker.sh
Last active August 29, 2015 14:06
Show Gist options
  • Save danikx/b1f2d4d2b5cf270c1797 to your computer and use it in GitHub Desktop.
Save danikx/b1f2d4d2b5cf270c1797 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Oneliner by @Coornail, modifications by @ErikBjare
watch -n1 -d "curl -s https://btc-e.com/api/2/btc_usd/ticker | json_pp | tail --line=+2 | head --line=12"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment