view ibin/bf8 @ 3338:095a1eb83bd2

<kmc> addquote <zzo38> If you want to ask me if I believe in determinism then you have to be more specific. <zzo38> I haven\'t checked if I conduct electricity significantly better than average, though.
author HackBot
date Wed, 31 Jul 2013 02:31:39 +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