view bin/interp @ 11988:ab165cfb01a5 draft

<kspalaiologos> `` chmod a+x /hackenv/bin/asmbf
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 19:40:52 +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"