Radio-Weather/scripts/muf.sh

6 lines
188 B
Bash
Raw Normal View History

2023-10-06 14:59:15 +11:00
#!/usr/bin/env bash
mkdir /tmp/$(date +%Y%m%d_%H%M)_muf
cd /tmp/$(date +%Y%m%d_%H%M)_muf
wget https://prop.kc2g.com/renders/current/mufd-normal-now.svg
display mufd-normal-now.svg &
exit 0