view ibin/bf32 @ 2458:627747a19b07

<oerjan> addquote <Phantom_Hoover> i don\'t think hitler made any bf derivatives
author HackBot
date Tue, 19 Mar 2013 12:56:58 +0000
parents 33a6019d8e99
children 77ae80f1894d
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