view bin/bf8 @ 1020:f8876916d8c6

<oerjan> revert
author HackBot
date Mon, 10 Dec 2012 23:22: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