view bin/bf32 @ 1045:f97afa2211e8

<elliott> addquote <kmc> i would subscribe to @zzo38_ebooks <zzo38> kmc: I have no ebooks which can subscribe to
author HackBot
date Thu, 13 Dec 2012 03:22:54 +0000
parents 859f9b4339e6
children
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