On Thursday 06 September 2001 21:41, Tim Wunder babbled:

> So he asked me if it could be done and how. I told him that I'm sure it
> could be done, but I don't know how. SO the task at hand is to downoad the
> latest mozilla nightly and untar it to a local folder autmatically every
> night. Any scripting gurus out there wanna share their expertise with a
> budding 13-year old linux geek?

untested.. but

--- cut here ---
#!/bin/sh

cd /opt
wget 
http://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-i686-pc-linux-gnu-sea.tar.gz 
&& tar zxvf mozilla-i686-pc-linux-gnu-sea.tar.gz && rm 
mozilla-i686-pc-linux-gnu-sea.tar.gz

exit $?

--- end cut ---

(that's all one line after the 'cd' abd before the 'exit'... stupid wordwrap)
-- 
Douglas J. Hunley ([EMAIL PROTECTED]) - Linux User #174778 
Admin: http://hunley.homeip.net/        Admin: http://linux.nf/ 
Brainbench Linux Administration Certified

~~ Now offering Linux admin services for the home user ~~

If I want to hear the pitter patter of little feet, I'll put shoes on my cat.
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to