#! /bin/sh

if test $# -lt 1
then
 echo "morseexec needs a MORSE script to execute as parameter"
 exit 0
fi

/usr/bin/morse run $1
