view bin/interp @ 5021:f7331c9f689f

<oerjan> chmod +x gcccomp; mv gcccomp interps/gcccomp
author HackBot
date Mon, 06 Oct 2014 05:38:55 +0000
parents c9619115046f
children
line wrap: on
line source

#!/bin/sh
CMD=`echo "$1" | cut -d' ' -f1`
ARG=`echo "$1" | cut -d' ' -f2-`
exec ibin/$CMD "$ARG"