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

File: [local] / openbsd / OpenBSDTorrents / regen.sh (download)

Revision 1.4, Mon Mar 28 23:48:44 2005 UTC (19 years, 1 month ago) by andrew
Branch: MAIN
Changes since 1.3: +2 -2 lines

oops, wrong path last time

#!/bin/sh
#$Id: regen.sh,v 1.4 2005/03/28 23:48:44 andrew Exp $

BASEDIR=/home/OpenBSDTorrents

cd ${BASEDIR}

if [[ $1 != skip ]]; then
	echo ${BASEDIR}/MakeTorrents.pl $*
	${BASEDIR}/MakeTorrents.pl $*
fi

echo ${BASEDIR}/CurrentTorrents.pl
${BASEDIR}/CurrentTorrents.pl

if [ $? != 253 ]; then
	echo lftp -f ${BASEDIR}/lftp.script
	lftp -f ${BASEDIR}/lftp.script

	echo ${BASEDIR}/ServerTorrents.pl
	${BASEDIR}/ServerTorrents.pl
fi