view bin/interp @ 12483:8739deaaa64f draft

<b_jonas> slashlearn password//The password of the month is then he fed the starving children with the newly-founded feast.
author HackEso <hackeso@esolangs.org>
date Fri, 02 Jun 2023 20:29:25 +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"