view ibin/bf @ 11439:0100c54fc74a

<wob_jonas> addquote <ais523> oh, we also need a Donate effect <ais523> Harmless Offering is the obvious choice given that we\'ll mostly be donating Hungry Lynxes
author HackBot
date Sat, 03 Mar 2018 12:42:23 +0000
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