view ibin/bf @ 8187:f1cd88aae355

<moon_> learn_append #esoteric There is a mountain made of shell scripts in the south. exit 0
author HackBot
date Fri, 27 May 2016 23:19: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