...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
CaminoKnight
auto download for Camino nightly builds
Version: 3.0
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
Comments
Or use the crontab... - SillyWilly
Well quite, but then some of us prefer not to make a mountain out of a molehill.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
Monday, December 08 2003 @ 08:24 AM PST
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