view bin/interp @ 6105:c6beaa0cd2be

<oerjan> mkx bin/noping//print_args_or_input "$@" | sed \'s/\\(..\\)/\\1\xe2\x80\x8b/g\'
author HackBot
date Mon, 19 Oct 2015 23:45:55 +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"