view ibin/bf16 @ 3932:f0da0cbc6447

<oerjan> addquote <ais523> hmm\xe2\x80\xa6 I guess the difference between me and most esolangers is that I don\'t instantly go and put it into a BF derivative and call it a day
author HackBot
date Wed, 23 Oct 2013 12:54:24 +0000
parents 33a6019d8e99
children 77ae80f1894d
line wrap: on
line source

#!/bin/sh
. lib/interp

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

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