changeset 12129:49a4b4d9f2d7 draft

<fizzie> fetch tmp-interp https://hack.esolangs.org/get/bin/interp
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 00:58:53 +0000
parents 89f3cb7bc99f
children cdc4c4410390
files tmp-interp
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tmp-interp	Sun Nov 17 00:58:53 2019 +0000
@@ -0,0 +1,5 @@
+#!/bin/bash
+CMD=`echo -n "$1" | cut -d' ' -f1`
+ARG="$(echo -n "$1" | cut -d' ' -f2-)"
+cd ${HACKENV-/hackenv}
+exec ibin/$CMD "$ARG$2"