#!/usr/bin/ksh
mojoe_dir=$MOJOE_DIR
if (test ${#mojoe_dir} -lt 1)
    then
    mojoe_dir=$HOME/mojoe
fi
killall $mojoe_dir/mojoe
mojoe &
