view ibin/bf @ 7507:8bb0ae49b3da

<oerjan> learn gamemanj is also the mad scientist I. N. Here.
author HackBot
date Tue, 19 Apr 2016 23:27:32 +0000
parents e51edd3df7ff
children
line wrap: on
line source

#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$I_CMD" | sed 's/.*bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW