changeset 12127:a8288b8b34ca draft

<fizzie> ` cd /hackenv/bin; rm \'!\'; ln -s interp \'!\' # just merging these two identical files
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 00:56:47 +0000
parents da23f60cf8d3
children 89f3cb7bc99f
files bin/!
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/!	Sun Nov 17 00:56:12 2019 +0000
+++ b/bin/!	Sun Nov 17 00:56:47 2019 +0000
@@ -1,4 +1,1 @@
-#!/bin/bash
-CMD=`echo -n "$1" | cut -d' ' -f1`
-ARG="$(echo -n "$1" | cut -d' ' -f2-)"
-exec $HACKENV/ibin/$CMD "$ARG$2"
\ No newline at end of file
+interp
\ No newline at end of file