# HG changeset patch # User HackEso # Date 1573942856 0 # Node ID 22a898920ef669483287d3da7e555b0acd4227bd # Parent ceb43c4d37decd2008b81a535ebe25a5d9d2ea97 sled /hackenv/bin/!//s|exec ibin|exec $HACKENV/ibin| diff -r ceb43c4d37de -r 22a898920ef6 bin/! --- a/bin/! Sat Nov 16 22:19:36 2019 +0000 +++ b/bin/! Sat Nov 16 22:20:56 2019 +0000 @@ -1,1 +1,4 @@ -interp \ No newline at end of file +#!/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