dotfiles/waybar/scripts/wttr.sh
2025-04-21 00:06:44 -04:00

3 lines
107 B
Bash
Executable file

echo "Weather "
curl -s "https://wttr.in/Louisville?m0dQT"|tr '\n' '\r'
printf "Last Updated ";date +%T