comparison bin/! @ 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 22a898920ef6
children
comparison
equal deleted inserted replaced
12126:da23f60cf8d3 12127:a8288b8b34ca
1 #!/bin/bash 1 interp
2 CMD=`echo -n "$1" | cut -d' ' -f1`
3 ARG="$(echo -n "$1" | cut -d' ' -f2-)"
4 exec $HACKENV/ibin/$CMD "$ARG$2"