view bin/interp @ 12266:9aed21afcddb draft

<int-e> revert
author HackEso <hackeso@esolangs.org>
date Mon, 16 Dec 2019 22:50:46 +0000
parents 8e2e8092500d
children
line wrap: on
line source

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