view ibin/bf @ 7925:2c335d004eab

<shachaf> ` sed -i \'s#1053793#"$(ls -id /hackenv/wisdom | cut -d\\ -f 1)"#\' bin/ls
author HackBot
date Sat, 07 May 2016 01:24:39 +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