Skip to content

Instantly share code, notes, and snippets.

@billyct
Created May 24, 2019 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billyct/5ca90b8879d625d30c5247d00fd6d4be to your computer and use it in GitHub Desktop.
Save billyct/5ca90b8879d625d30c5247d00fd6d4be to your computer and use it in GitHub Desktop.
fetch echa.europa.eu ghs icon
#!/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