Watch for Ubuntu 9.10 Launch

This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.


while [ 1 ]; do if [ -z "`curl -I "http://cdimage.ubuntu.com/releases/9.10/release/"|grep "404"`" ]; then kdialog --msgbox "9.10 Released"; exit; fi; sleep 300;  done
Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.

2 thoughts on “Watch for Ubuntu 9.10 Launch

  1. Hello,
    Like you, I am using wordpress to store code snippets. What formatting tags/tools are you using to get your code to format properly in a blog post. I have tried multiple things but I? not quite satisfied.

    Thanks,
    Anthony

Leave a Reply

Your email address will not be published. Required fields are marked *