view ibin/bf @ 7821:f4e76858255c

<tswett> bash -c "$(echo -e \'sed -i "s/tsw\\0020ett/tsw\\0017ett/" bin/blame\')"
author HackBot
date Fri, 06 May 2016 00:48:19 +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