view bin/interp @ 9956:d2a8c9eeffa2

<oerjan> sled share/scowrevs//s,2113,2112,
author HackBot
date Mon, 12 Dec 2016 03:36:11 +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"