Initial commit
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…
Reference in New Issue