Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Internet  |  Other Internet  |  CaminoKnight  |  Or use the crontab...

CaminoKnight

CaminoKnight

auto download for Camino nightly builds

Version:  3.0

   [ Views: 355 ]

Or use the crontab...

Feedback Type:  Commentary

Contributed by: SillyWilly Sunday, December 07 2003 @ 05:28 PM PST

Product Platform: MacOSX

Used Product For: Have Not Tried

Recommend Product: NO

...to execute the following script:
#!/bin/sh
curl ftp://mirror.ac.uk/sites/ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest/Camino.dmg.gz -o /Camino.dmg.gz -s
gunzip /Camino.dmg.gz
hdiutil attach -quiet /Camino.dmg
killall Camino > /dev/null
rm -rf /Applications/Camino.app
cp -R /Volumes/Camino/Camino.app /Applications/
hdiutil unmount -quiet /Volumes/Camino
rm /Camino.dmg   

1 of 1 users found this helpful.

Rate this Commentary

Was this Commentary helpful? Yes | No

Comments

3 comments |

Or use the crontab... - Reinhold

There's a bit more to this free app than that, just check the feature set. Then feel free to post a shell script that duplicates the full functionality.

HTCT, -Reinhold

Reply to This

Sunday, December 07 2003 @ 08:44 PM PST


Or use the crontab... - SillyWilly

Well quite, but then some of us prefer not to make a mountain out of a molehill.

Reply to This

Monday, December 08 2003 @ 04:09 AM PST


To each their own... - Reinhold

I guess that some us prefer the view from the mountain top... whereas blind moles prefer to stay under ground making little molehills ;-)

And one other thing, just make a poll about amongst Mac users who know what a crontab is or actually use it.

-Reinhold

Reply to This

Monday, December 08 2003 @ 08:24 AM PST