view bin/! @ 11875:79be353c9afe draft

<ais523> ` sed -i -e \'s/ARG"$/ARG$2"/\' \'bin/!\'
author HackEso <hackeso@esolangs.org>
date Wed, 17 Jul 2019 22:21:25 +0000
parents 49e31fac908c
children 3a6f3f0df04f
line wrap: on
line source

#!/bin/bash
CMD=`echo "$1" | cut -d' ' -f1`
ARG="$(echo "$1" | cut -d' ' -f2-)"
exec ibin/$CMD "$ARG$2"