3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
echo "Weather "
|
|
curl -s "https://wttr.in/Louisville?m0dQT"|tr '\n' '\r'
|
|
printf "Last Updated ";date +%T
|