Annotation of openbsd/OpenBSDTorrents/runbt.sh, Revision 1.8
1.2 andrew 1: #!/bin/sh
1.8 ! andrew 2: #$Id: runbt.sh,v 1.7 2005/03/28 23:52:33 andrew Exp andrew $
1.2 andrew 3:
1.6 andrew 4: LOGFILE=runbt.log
5:
6: echo -n `date` >> ${LOGFILE}
1.7 andrew 7: echo ' Starting . . . ' >> ${LOGFILE}
1.6 andrew 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}
1.7 andrew 16: echo ' Died . . . ' >> ${LOGFILE}
1.2 andrew 17:
1.8 ! andrew 18: /home/OpenBSDTorrents/runbt.sh &
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>