annotate bin/interp @ 6586:3df02f76f03f

<lifthrasiir> ` (echo \'#!/bin/sh\'; echo \'echo Zarro Boogs Found.\') > bin/bugs; chmod a+x bin/bugs
author HackBot
date Mon, 18 Jan 2016 07:18:13 +0000
parents c091565553db
children f4fa91b302cf 262988233ff7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
1 #!/bin/sh
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
2 CMD=`echo "$1" | cut -d' ' -f1`
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
3 ARG=`echo "$1" | cut -d' ' -f2-`
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
4 exec ibin/$CMD "$ARG"