view bin/bf16 @ 1027:4d2904f7b8a1

<Gregor> rm bin/perl
author HackBot
date Mon, 10 Dec 2012 23:44:36 +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