Skip to content

Instantly share code, notes, and snippets.

@qtip
Last active December 28, 2015 11:29
Show Gist options
  • Save qtip/7493914 to your computer and use it in GitHub Desktop.
Save qtip/7493914 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl --silent https://coinbase.com/api/v1/prices/spot_rate | jq -r '"1BTC = $" + (.amount | tostring)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment