view bin/interp @ 5035:7c7d731b7361

<Taneb> learn groups are just loops with the property of associativity
author HackBot
date Fri, 10 Oct 2014 10:52:16 +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"