v1 dowanload day of fedora 11 - Snipt.org

The Easiest Way to Save and Share Code Snippets on the web

Your snipt has been migrated to #newsnipt successfully.

dowanload day of fedora 11

posted: May, 14th 2009 | jump to bottom

#!/bin/bash
 
function download_f11
{
	wget -c http://download.fedoraproject.org/pub/fedora/linux/releases/11/Live/i686/F11-i686-Live.iso
}
 
download_f11
 
while [ ! -e F11-i686-Live.iso ] 
	do sleep 1800 && download_f11
done
 
curl -u username:password -d status="download fedora 11 ..ok" http://twitter.com/statuses/update.xml
2 views