rsu-calculator/get-usd-to-eur.sh
Yann Esposito (Yogsototh) 8b9441b5e6
initial commit
2019-05-29 16:36:46 +02:00

4 lines
124 B
Bash
Executable file

#!/usr/bin/env zsh
date="2019-05-01"
http "https://api.exchangeratesapi.io/${date}?base=USD&symbols=EUR" > euro-$date.json