view ibin/bf @ 9374:f11f9d7272c8

<oerjan> slwd cemental//s/ack/awk/
author HackBot
date Thu, 20 Oct 2016 01:29:52 +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