annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
1 #!/bin/sh
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
2 CMD=`echo "$1" | cut -d' ' -f1`
4923
c9619115046f <oerjan> revert
HackBot
parents: 4922
diff changeset
3 ARG=`echo "$1" | cut -d' ' -f2-`
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
4 exec ibin/$CMD "$ARG"