#!/usr/bin/sh

if [ $1 ]
then
   echo "start $1..."
   ../Klm/klm $1
else
   ile ../Klm/klm
fi
