9 líneas
97 B
Bash
Archivo Ejecutable

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