view bin/bf @ 1049:52591bb7a475

<shachaf> pastequotes zzo38
author HackBot
date Thu, 13 Dec 2012 04:58:47 +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