I had been using a Geektool shell command to show the Sunrise/Sunset on my desktop, but it has stopped working at all over the past week or so. The command that used to work is:
I'm assuming the code on the website has changed that displayed the Sunrise/Sunset.
Can anybody help me with getting a new set of code working from this site or any other site? Thanks.
Code:
curl http://m.wund.com/US/AZ/Overgaard.html | grep 'Sunrise' | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | sed -e 's/Sunrise/Sunrise: /g' | sed -e 's/PST//g'
I'm assuming the code on the website has changed that displayed the Sunrise/Sunset.
Can anybody help me with getting a new set of code working from this site or any other site? Thanks.