view bin/interp @ 1223:afc9dad38071

<elliott> revert
author HackBot
date Wed, 02 Jan 2013 01:03:17 +0000
parents 6cc3bc4c8c5a
children
line wrap: on
line source

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