Created
January 9, 2014 10:07
-
-
Save ErikBjare/8332003 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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