view bin/interp @ 11702:1383f43fd3e9 draft

<Taneb> learn Shannon forbade non mathematically minded people from reading his resarch papers. Taneb invented Shannon, his research papers, and Shannon\'s prohibition.
author HackEso <hackeso@esolangs.org>
date Tue, 29 Jan 2019 13:48:10 +0000
parents d84f4b4245bf
children 998bedd945f6
line wrap: on
line source

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