9 lines
97 B
Bash
Raw Normal View History

#!/bin/sh
#
BASEDIR=`dirname $0`
#
$BASEDIR/kill.sh
rm -f $BASEDIR/messages.*
$BASEDIR/start.sh