Created
May 24, 2019 07:57
-
-
Save billyct/5ca90b8879d625d30c5247d00fd6d4be to your computer and use it in GitHub Desktop.
fetch echa.europa.eu ghs icon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in {1..9} | |
do | |
wget "https://echa.europa.eu/diss-cl-inventory-portlet/images/pictograms/ghs0$i.png" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment