(...)ah tradition are so good. May be we should have a cron job for these topics :) Stef
#/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