view ibin/bf32 @ 6104:552855dc572f

<oerjan> mkx bin/noping//sed \'s/\\(..\\)/\\1\xe2\x80\x8b/g\'
author HackBot
date Mon, 19 Oct 2015 23:43:12 +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