view bin/interp @ 11954:ba6969966d27 draft

<int-e> learn RPM is short for "rapid piece movement", a phenomenon often seen in bullet chess.
author HackEso <hackeso@esolangs.org>
date Sat, 28 Sep 2019 10:03:47 +0000
parents 998bedd945f6
children 8e2e8092500d
line wrap: on
line source

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