# HG changeset patch # User HackEso # Date 1573952207 0 # Node ID a8288b8b34ca1c2beb293aae7453501b07ffb572 # Parent da23f60cf8d34fd9fb5fe63b20d1b797b02bca19 ` cd /hackenv/bin; rm \'!\'; ln -s interp \'!\' # just merging these two identical files diff -r da23f60cf8d3 -r a8288b8b34ca bin/! --- 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