view bin/interp @ 5491:3550886e90fb

<oerjan> revert
author HackBot
date Tue, 09 Jun 2015 01:43:52 +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"