• Welcome to Valhalla Legends Archive.
 

WebBot Auto Updater ShellScript!

Started by Joe[x86], May 15, 2005, 04:10 AM

Previous topic - Next topic

Joe[x86]

I wrote this to keep my WebBot up-to-date. Someone can port this to Win32 batch if they want, but I'm too lazy. Could simply be a simple rename and a download of a few GNU tools. Again, too lazy to try. I run my WebBot from Linux using Wine, so eh..

echo "WebBot Auto Updater by Joe[x86]"

wget -q http://botdev.valhallalegends.com/files/webbot.zip
unzip -qo webbot.zip
rm webbot.zip

echo "Your WebBot installation is up-to-date!"
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.