view ibin/bf @ 12446:2b354198c4cb draft

<wib_jonas> `` mv -vi /hackenv/wisdom/w{o,i}b_jonas
author HackEso <hackeso@esolangs.org>
date Thu, 20 Jan 2022 14:26:30 +0000
parents b044eecae124
children
line wrap: on
line source

#!/bin/sh
. ${HACKENV-/hackenv}/lib/interp

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

interp_file ${HACKENV-/hackenv}/interps/egobf/src/egobfi$BW