view bin/interp @ 1497:c091565553db

<elliott> revert 1492
author HackBot
date Sat, 12 Jan 2013 20:07:53 +0000
parents
children f4fa91b302cf 262988233ff7
line wrap: on
line source

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