view bin/bf32 @ 998:ce6646114f58

<nortti> pastequotes
author HackBot
date Sun, 09 Dec 2012 20:48:02 +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