view bin/interp @ 5543:8a79f441a6be

<tswett> echo \'echo run run run\' > bin/run
author HackBot
date Fri, 12 Jun 2015 03:22:13 +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"