view ibin/bf @ 8772:c7cde9ee53c1

<shachaf> slwd oerjan//s#under#oever#
author HackBot
date Sat, 09 Jul 2016 04:45:36 +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