view ibin/bf @ 7278:a24922a01045

<fizzie> ` sed -i -e \'s/CMD/I_CMD/\' ibin/bf
author HackBot
date Fri, 25 Mar 2016 10:49:15 +0000
parents 33a6019d8e99
children e51edd3df7ff
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