Skip to content

Instantly share code, notes, and snippets.

View racerxdl's full-sized avatar
🔒
Invincible for those who don't have an screwdriver.

Lucas Teske racerxdl

🔒
Invincible for those who don't have an screwdriver.
View GitHub Profile
@D1360-64RC14
D1360-64RC14 / mosaic.sh
Last active April 14, 2022 16:33
Script responsável por fazer o Download de todas as imagens de radar recentes do SIMEPAR e criar um gif com as mesmas
#!/bin/bash
download_image() {
# 1 -> Download image name
# 2 -> Output path
REF=http://www.simepar.br/
URL=https://lb01.simepar.br/riak/pgw-radar/$1
curl --silent --referer $REF --output $2 $URL