view bin/interp @ 12019:9a693e54efb1 draft

<b_jonas> `` /bin/sed -i \'s%"share%($ENV{HACKENV}//"/hackenv")."/share%\' bin/random-card
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 21:45:51 +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"