view ibin/bf @ 2532:7d449d298775

<elliott> addquote <kmc> ok im sober now and DNS makes sense again [...] <kmc> Domain Name System [...] <kmc> \xe2\x99\xab domain name system \xe2\x99\xab
author HackBot
date Sat, 30 Mar 2013 17:43:20 +0000
parents 33a6019d8e99
children a24922a01045
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