comparison 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
comparison
equal deleted inserted replaced
11874:1fc7b017c0a4 11875:79be353c9afe
1 interp 1 #!/bin/bash
2 CMD=`echo "$1" | cut -d' ' -f1`
3 ARG="$(echo "$1" | cut -d' ' -f2-)"
4 exec ibin/$CMD "$ARG$2"