#!/bin/sh
#############################################################################
# This software is distributed under the terms of the General Public License.
#
# Program :        kastrolog 5.4-1.1
# Authors : see the AUTHORS file
# E-Mail  : Llyra@altavista.com
#############################################################################
KASTRO="kastrolog X"

if [ -z "$1" ]; then
    exec $KASTRO n
elif [ -z "$2" ]; then
    exec $KASTRO i "$1"
else
    exec $KASTRO r0 "$1" "$2"
fi
# http://www.crystalfaeries.net/linux/bin/kastro


syntax highlighted by Code2HTML, v. 0.9.1