#!/bin/sh # # # This is a *very* basic file that starts boinc up, as root, # on system start up of Mac OS X. Tested on 10.4. # # No warranty is expressed, or implied -- your mileage may vary! # Feel free to use and distribute this as much as necessary. # # By Ivan Stegic, http://stegic.net/ # This created in Minneapolis, MN. # # Ver 0.1, 2005.05.18 23:15 # # cd /boinc nohup /boinc/boinc -return_results_immediately >> /boinc/boinc.log & # # Made (proudly) on a Mac. #