view ibin/bf @ 11576:6b12f8d450c9 draft

<shachaf> learn This page is under construction.
author HackEso <hackeso@esolangs.org>
date Sun, 17 Jun 2018 21:19:02 +0100
parents c989a1669243
children b044eecae124
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