view ibin/bf @ 7442:0974a4012ec2

<b_jonas> learn If you can make one heap of all your winnings / And risk it on one turn of pitch-and-toss, / And lose, and start again at your beginnings / And never breathe a word about your loss:
author HackBot
date Sun, 17 Apr 2016 22:16:27 +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