view bin/interp @ 12341:a6d1bbf49b0c draft

<int-e> mkx ../bin/progress//echo $(($RANDOM%111-5))%
author HackEso <hackeso@esolangs.org>
date Mon, 31 Aug 2020 12:34:07 +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"