On 20 May 2011 23:34, Casimiro de Almeida Barreto <casimiro.barreto@gmail.com> wrote:
Em 20-05-2011 14:18, Stéphane Ducasse escreveu:
ah tradition are so good. May be we should have a cron job for these topics :)
Stef
(...) Yeah. Let's assume something like that:
#/bin/bash
if [ $# -lt 2 ] then  echo $0 "Wrong number of parameters. Plz, specify rant/bragging" else  /usr/local/bin/restartOldDiscussion -topic $1 &  PID=$!  if [ $PID != "" ]  then   sleep `expr 3600 \* 24 \* 5`    kill -KILL $PID  fi fi
That would limit "periodic discussions" to 5 days (top)... (sorry, couldn't resist)
No..We don't need that. We could ask someone to lead Endless Topic Of The Day, in same manner as Class Comment Of The Day and Bug Fix of The Day :) -- Best regards, Igor Stasenko AKA sig.