#!/bin/sh
#############################################################################
# This software is distributed under the terms of the General Public License.
#
# Program :   kastrolog 5.4 beta 3
# Authors : see the AUTHORS file
# E-Mail  : Llyra@altavista.com
#############################################################################
if [ -z $1 ]; then
    ARG="n"
else
    ARG="i $1"
fi
exec kastrolog X $ARG
