view ibin/bf @ 1527:1ef556fc959f

<elliott> addquote <oerjan> fungot knows all. <fungot> oerjan: you are correct. there\'s no freedom for free.
author HackBot
date Tue, 15 Jan 2013 04:17:13 +0000
parents 33a6019d8e99
children a24922a01045
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