dwm/dumpweather.sh
2021-03-14 15:41:00 +01:00

7 lines
112 B
Bash
Executable File

#!/bin/sh
while true; do
curl "wttr.in/Paderborn?m&format=j1" > weatherdump 2>/dev/null
sleep 600
done