view bin/interp @ 1182:dc6142baa09a

<oerjan> addquote <kmc> i think sand will actually do a poor job of absorbing water inside the large intestine
author HackBot
date Tue, 18 Dec 2012 18:59:06 +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"