getprice
[dotfiles/.git] / .local / bin / getprice
1 #!/usr/bin/env bash
2 curl cli.fyi/${1} 2> /dev/null | jq '.data."USD ($)"'