view bin/interp @ 5498:115625020613

<int-e> ` true > Complaints
author HackBot
date Tue, 09 Jun 2015 16:23:50 +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"