Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Bash command for quark's (QRK) last trading price
1 points
weakwire
12y ago
0 comments
Save
Share
curl -s 'http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=71' | sed -e 's/,/\n/g' |grep lasttradeprice | sed -e 's/:/\n/g' |sed -n 2p
I have added a XFCE panel widget displaying the price using the bash command :)
0 comments
No comments yet.