view ibin/bf @ 8565:4983ff27d8f6

<b_jonas> learn brexit is like a break, except when there\'s no surrounding loop, in which case it\'s like an exit.
author HackBot
date Wed, 22 Jun 2016 11:42:10 +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