I have created a script for use in the new LibraNext linux operating system (I'm the co-developer) that when run, either outputs the newest wine version publicized on the winehq home page, or downloads the source code itself from the link included on the page. This is a really easy way to check if your version of wine (source code) is up to date or not and also an easy way to download the code. While this script is meant for use in the LIbraNext operating system, I give my permission (as its creator) for anyone to use this script as they so choose, as long as they do not sell it.<br>

<br>I thought you guys might be interested in seeing such a script if there is not one already. :)<br><br>The script works by downloading the homepage and using grep and head to find the newest wine version. It then gets the link from the html and will download the newest version of wine as a tar.bz2 file. You can specify two different options on the command line:<br>

--version (outputs the newest wine version and exits without downloading the code for it.)<br>-q (makes the program run as quietly as possible, wget still outputs data when downloading the actual tar.bz2 file and obviously, using --version will still output the version but otherwise, this makes the script silent.)<br>

<br>Example:<br>$ getwine -q --version<br>1.5.14<br>$ getwine -q<br>//lots of mumble-jumble from wget<br>$ ls<br>wine-1.5.14.tar.bz2<br>$<br><br>This is a pretty cool script and is very useful. Hope you guys find it interesting!<br clear="all">

<br>-- <br>Always remember, that everything will turn out exactly, EXACTLY, as God has planned it, and not the minutest detail, will be omitted. EVERYTHING that ever happens in this world happens for a reason DECIDED BY GOD. Look for God in everything that happens to you or your friends or anyone you meet.<br>

<br>--<br>This is my signature.<br><br>