File tree Expand file tree Collapse file tree
moneta-convert/moneta-convert-ecb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ printf "\n Done. Downloading the ECB-90 resource. \n"
1010curl --fail " https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml" \
1111 --output src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist-90d.xml
1212printf " \n Done. Downloading the ECB-hist resource. \n"
13- # wget https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml
14- # mv eurofxref-hist.xml src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
15- curl --fail " https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml" \
16- --output src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
17- printf " \n Done.
13+ wget https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml
14+ mv eurofxref-hist.xml src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
15+ # curl --fail "https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml" \
16+ # --output src/main/resources/org/javamoney/moneta/convert/ecb/defaults/eurofxref-hist.xml
17+ printf " \n Done."
You can’t perform that action at this time.
0 commit comments