TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bash command for quark's (QRK) last trading price

1 点作者 weakwire超过 11 年前
curl -s &#x27;http:&#x2F;&#x2F;pubapi.cryptsy.com&#x2F;api.php?method=singlemarketdata&amp;marketid=71&#x27; | sed -e &#x27;s&#x2F;,&#x2F;\n&#x2F;g&#x27; |grep lasttradeprice | sed -e &#x27;s&#x2F;:&#x2F;\n&#x2F;g&#x27; |sed -n 2p<p>I have added a XFCE panel widget displaying the price using the bash command :)

暂无评论

暂无评论