#!/bin/sh #$Id: runbt.sh,v 1.6 2005/03/28 23:47:21 andrew Exp $ LOGFILE=runbt.log echo -n `date` >> ${LOGFILE} echo Starting . . . >> ${LOGFILE} btlaunchmany.py \ --super_seeder 1 \ --minport 10000 --maxport 10500 \ --saveas /home/ftp/pub/ --saveas_style 2 \ /home/torrentsync/torrents/ > /dev/null echo -n `date` >> ${LOGFILE} echo Died . . . >> ${LOGFILE} /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &