annotate bin/interp @ 5326:251f5b3167b6

<izabera> ` echo harry ron hermione >> bin/emptylist
author HackBot
date Thu, 23 Apr 2015 06:53:55 +0000
parents c9619115046f
children
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`
4923
c9619115046f <oerjan> revert
HackBot
parents: 4922
diff changeset
3 ARG=`echo "$1" | cut -d' ' -f2-`
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
4 exec ibin/$CMD "$ARG"