Radio-Weather/scripts/south-pole-drap.sh
2023-10-06 14:59:15 +11:00

8 lines
220 B
Bash
Executable File

#!/usr/bin/env bash
mkdir /tmp/$(date +%Y%m%d_%H%M)_South_Pole
cd /tmp/$(date +%Y%m%d_%H%M)_South_Pole
wget https://services.swpc.noaa.gov/images/animations/d-rap/south-pole/d-rap/latest.png
display latest.png &
exit 0