We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00b4a9 commit 67f9f53Copy full SHA for 67f9f53
bash/restric_mopt_img_download.sh
@@ -1,5 +1,10 @@
1
#!/bin/bash
2
3
+# Como usar:
4
+# entrar en el directorio que contiene el script y ejecutar en linea de comandos como se muestra:
5
+# $ bash restric_mopt_img_dowunload.sh
6
+# el resultado será una imagen restric.png y en la consola se vera la URL de esta imagen en el servidor del MOPT
7
+
8
IMAGE_URL="$(
9
wget -O - --quiet --no-check-certificate 'https://www.mopt.go.cr/wps/portal/Home/informacionrelevante/restriccion/' |
10
grep '<img[^>]*[^>]*>' -o |
0 commit comments