view bin/interp @ 5477:9cd1f62c1a0f

<ais523> ` rm -r looptest
author HackBot
date Mon, 08 Jun 2015 20:13:29 +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"