nice ../slim.c/slim2c $1.slm ../slim.r/
if test -f $1.lnk
then
  nice ../slim.c/linker $1 <$1.lnk >>$1.c
  chmod +x $1.lin
elif test -f $1.lkr
then
  nice ../slim.c/linker $1 <$1.lkr >>$1.c
  chmod +x $1.lin
fi
nice gcc -w -c -g -I ../slim.r $1.c
if test -f $1.lnk
then
  ./$1.lin ../slim 
fi
