annotate bin/interp @ 11691:262988233ff7 draft

<oerjan> sled bin/interp//3cARG="$(echo "$1" | cut -d\' \' -f2-)"
author HackEso <hackeso@esolangs.org>
date Sun, 13 Jan 2019 04:50:50 +0000
parents c091565553db
children d84f4b4245bf
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`
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"