view ibin/bf @ 6619:190a99b960c6

<mroman> learn a study is mostly useless until backed up by further studies. See studies.
author HackBot
date Fri, 29 Jan 2016 10:52:26 +0000
parents 33a6019d8e99
children a24922a01045
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