view ibin/bf @ 7420:024cdce1f62e

<b_jonas> learn Coruscant is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it.
author HackBot
date Sun, 17 Apr 2016 20:28:35 +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