view bin/interp @ 11740:59d2a5e7d053 draft

<int-e> forget code
author HackEso <hackeso@esolangs.org>
date Thu, 21 Feb 2019 19:21:47 +0000
parents d84f4b4245bf
children 998bedd945f6
line wrap: on
line source

#!/bin/bash
CMD=`echo "$1" | cut -d' ' -f1`
ARG="$(echo "$1" | cut -d' ' -f2-)"
exec ibin/$CMD "$ARG"