#!/bin/sh
if [ _"$1" = _"" ] ; then
    echo "Keine Quelldatei angegeben."
    echo "Gebrauch: $1 <programm>.nqc"
    exit
fi

if ! . /usr/share/andreas-privat/lego/lego.sh ; then exit -1 ; fi

nqc -Susb -d $1
