annotate bin/interp @ 11800:22698dc356fe draft

<gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:40:29 +0000
parents d84f4b4245bf
children 998bedd945f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11692
d84f4b4245bf <oerjan> sled bin/interp//s,bin/sh,bin/bash,
HackEso <hackeso@esolangs.org>
parents: 11691
diff changeset
1 #!/bin/bash
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
2 CMD=`echo "$1" | cut -d' ' -f1`
11691
262988233ff7 <oerjan> sled bin/interp//3cARG="$(echo "$1" | cut -d\' \' -f2-)"
HackEso <hackeso@esolangs.org>
parents: 1497
diff changeset
3 ARG="$(echo "$1" | cut -d' ' -f2-)"
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
4 exec ibin/$CMD "$ARG"