Pro Background Cryptotrader
while sleep 5; do say $(curl -s https://www.bitstamp.net/api/v2/ticker/etheur | ruby -rjson -e 'p JSON.parse(STDIN.read)["last"].to_f.round'); done
Pro Background Cryptotrader
while sleep 5; do say $(curl -s https://www.bitstamp.net/api/v2/ticker/etheur | ruby -rjson -e 'p JSON.parse(STDIN.read)["last"].to_f.round'); done