Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. coinmon() {
  2. > curl "https://api.coinmarketcap.com/v1/ticker/?convert=$1" | jq ".[0] .price_$1"
  3. > }
  4.  
  5. $ coinmon eur
  6. "6988.4723188"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement