1
0
Fork 0

Initial commit

master
Emil Miler 4 years ago
commit ed77ef6f10

@ -0,0 +1,5 @@
#!/bin/sh
address="http://portal.chmi.cz/files/portal/docs/meteo/rad/data_tr_png_1km/"
images=$(curl -s "$address" | grep -o 'pacz23\.z_max3d\.[0-9]\{8\}\.[0-9]\{4\}\.0\.png' | uniq | tail -5 | sed "s,^,$address," | tr "\n" " ")
mpv --loop --merge-files $images
Loading…
Cancel
Save