
if [ -z "${launcher}" ]; then launcher="q"; fi
if [ -z "${OCOMP}" ]; then OCOMP="${launcher} ~/o/ocompiler-2/src/o"; fi
if [ -z "${OCONV}" ]; then OCONV="${launcher}${launcher} ~/o/ocompiler-2/otoc/otoc"; fi
if [ -z "${OLINK}" ]; then OLINK="${launcher} ~/o/ocompiler-2/ounused/ounused"; fi
OCONV="${OCONV}" OCOMP="${OCOMP}" OLINK="${OLINK}" ./m $@
