FollieHiyuki-dotfiles/home/.local/bin/currency

4 lines
75 B
Plaintext
Raw Normal View History

2021-03-13 10:34:45 -05:00
#!/bin/sh
curl -s "https://api.exchangeratesapi.io/latest?base=$1" | jq .