view bin/interp @ 2438:af8e02688068

<NiaVee> wget http://google.com/
author HackBot
date Sun, 17 Mar 2013 01:25:46 +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"