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

Annotation of openbsd/OpenBSDTorrents/regen.sh, Revision 1.5

1.1       andrew      1: #!/bin/sh
1.5     ! andrew      2: #$Id: regen.sh,v 1.4 2005/03/28 23:48:44 andrew Exp andrew $
1.1       andrew      3:
1.5     ! andrew      4: . /etc/OpenBSDTorrents.conf
1.3       andrew      5:
1.5     ! andrew      6: cd ${OBT_DIR_HOME}
1.3       andrew      7:
                      8: if [[ $1 != skip ]]; then
1.5     ! andrew      9:        echo ${OBT_DIR_HOME}/MakeTorrents.pl $*
        !            10:        ${OBT_DIR_HOME}/MakeTorrents.pl $*
1.3       andrew     11: fi
                     12:
1.5     ! andrew     13: echo ${OBT_DIR_HOME}/CurrentTorrents.pl
        !            14: ${OBT_DIR_HOME}/CurrentTorrents.pl
1.3       andrew     15:
                     16: if [ $? != 253 ]; then
1.5     ! andrew     17:        echo lftp -f ${OBT_DIR_HOME}/lftp.script
        !            18:        lftp -f ${OBT_DIR_HOME}/lftp.script
1.3       andrew     19:
1.5     ! andrew     20:        echo ${OBT_DIR_HOME}/ServerTorrents.pl
        !            21:        ${OBT_DIR_HOME}/ServerTorrents.pl
1.3       andrew     22: fi

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