#!/bin/sh -e cd /cb/www.df7cb.de/public_html/irc PISG="perl -IPISG/pisg/modules PISG/pisg/pisg" if [ "$1" = "-a" ] ; then shift all=1 fi ircmarkers -o pisg /home/myon/debian/channel.debian.de/channel.debian.de/maps/debian.de.dat > etc/debian.de.cfg #ircmarkers -o pisg /home/myon/debian/channel.debian.de/channel.debian.de/maps/debian.dat > etc/debian.cfg $PISG $P -nf 2 -t -1 "$@" times >> times [ `date '+%H'` != 23 ] && [ "$all" != 1 ] && exit 0 $PISG $P -nf 8 -t -week "$@" $PISG $P -nf 31 -t -month "$@" $PISG $P -nf 365 -t -year "$@" #$PISG $P -t -full "$@" times > times