Published on 2025-12-29 11:05
       Last modified on 2026-03-02 17:45
       
       Because wttr.in is down more than it is up this demo no longer 
       runs the wget command to show the weather. I don't like having
       errors in my gopher hole. The whole idea is to get the result 
       from the wget command and output it wherever you need it.
       
       
       Here's the script:
       
           #!/usr/bin/env bash
           wget -qO- wttr.in/Braila?format=3
       
       Save this as weather.sh and make it executable
       
           chmod +x weather.sh
       
 (DIR)  Back to fun stuff
 (DIR)  Back to my home page