view bin/interp @ 1302:81b6675d3290

<oerjan> learn brainfuck is the integral of the family of terrible esolangs."
author HackBot
date Mon, 07 Jan 2013 21:22:01 +0000
parents 6cc3bc4c8c5a
children
line wrap: on
line source

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