view bin/interp @ 12003:780525831f41 draft

<int-e> ` rm a.out izhash.c test2 testfile
author HackEso <hackeso@esolangs.org>
date Tue, 12 Nov 2019 00:53:54 +0000
parents 998bedd945f6
children 8e2e8092500d
line wrap: on
line source

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