view bin/interp @ 1396:42ae291e5c26

<oerjan> revert
author HackBot
date Fri, 11 Jan 2013 22:26:57 +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"