view bin/interp @ 4946:b388d719dba7

<oerjan> sed -i \'s/b/B/\' wisdom/burlesque
author HackBot
date Tue, 30 Sep 2014 00:45:49 +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"