view bin/bf32 @ 1057:f14412b3c0cf

<elliott> revert
author HackBot
date Fri, 14 Dec 2012 02:15:19 +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