Skip to content

Instantly share code, notes, and snippets.

View ubugnu's full-sized avatar
💭
having fun with nestjs ...

Bouzid Badreddine ubugnu

💭
having fun with nestjs ...
View GitHub Profile
@ubugnu
ubugnu / GFS
Created February 15, 2014 20:40 — forked from anonymous/GFS
#!/bin/bash
rm *.png run.mp4
for i in {3..192..3}
do
wget http://modeles.meteociel.fr/modeles/gfs/run/gfs-2-$i-3h.png
convert -pointsize 18 -font /path/to/font.ttf -fill red -draw "text 470,50 \"makhdoum by ubugnu ;-)\"" gfs-2-$i-3h.png gfs-2-$i-3h.png
done
j=1
for i in {3..192..3}