view ibin/bf @ 7330:0eae4b049f93

<oerjan> fetch http://pubs.opengroup.org/onlinepubs/009695399/functions/_exit.html
author HackBot
date Thu, 31 Mar 2016 09:29:40 +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