view ibin/bf32 @ 6897:2d85a657ea4b

<ais523> ` sed -e \'s/loop, /loop, deletes bits from one number according to a pattern in another, /\' -i wisdom/select
author HackBot
date Tue, 16 Feb 2016 22:15:27 +0000
parents 33a6019d8e99
children 77ae80f1894d
line wrap: on
line source

#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$CMD" | sed 's/bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW