[BACK]Return to runbt.sh CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Annotation of openbsd/OpenBSDTorrents/runbt.sh, Revision 1.6

1.2       andrew      1: #!/bin/sh
1.6     ! andrew      2: #$Id: runbt.sh,v 1.5 2005/03/28 23:13:41 andrew Exp andrew $
1.2       andrew      3:
1.6     ! andrew      4: LOGFILE=runbt.log
        !             5:
        !             6: echo -n `date` >> ${LOGFILE}
        !             7: echo   Starting . . .  >> ${LOGFILE}
        !             8:
1.3       andrew      9: btlaunchmany.py \
                     10:     --super_seeder 1 \
1.1       andrew     11:     --minport 10000 --maxport 10500 \
                     12:     --saveas /home/ftp/pub/ --saveas_style 2 \
1.6     ! andrew     13:     /home/torrentsync/torrents/ > /dev/null
        !            14:
        !            15: echo -n `date` >> ${LOGFILE}
        !            16: echo   Died . . .  >> ${LOGFILE}
1.2       andrew     17:
1.5       andrew     18: /home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh &

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>