view bin/interp @ 6937:a4e2b9749d1d

<zgrep> ` grep -ri \'hg\' bin > things_with_hg_in_them_in_bin.txt
author HackBot
date Tue, 23 Feb 2016 05:18:43 +0000
parents c091565553db
children f4fa91b302cf 262988233ff7
line wrap: on
line source

#!/bin/sh
CMD=`echo "$1" | cut -d' ' -f1`
ARG=`echo "$1" | cut -d' ' -f2-`
exec ibin/$CMD "$ARG"