view bin/interp @ 11994:df4d38e8e979 draft

<oerjan> sled bin/asmbf//s/^/print_args_or_input "$@" |/
author HackEso <hackeso@esolangs.org>
date Fri, 25 Oct 2019 21:18:24 +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"