view ibin/bf @ 7357:afe910c223a2

<hppavilion[1]> ` sed -i "s/mklang_arry/mklang --array/" wisdom/brainfuck
author HackBot
date Sun, 03 Apr 2016 20:27:55 +0000
parents e51edd3df7ff
children
line wrap: on
line source

#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$I_CMD" | sed 's/.*bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW