1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
263 B
Bash

#!/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