comparison ibin/bf @ 9075:c989a1669243

<fizzie> revert 58b9ee8f97a7
author HackBot
date Sun, 25 Sep 2016 20:31:46 +0000
parents
children b044eecae124
comparison
equal deleted inserted replaced
9074:560a73f4f0a4 9075:c989a1669243
1 #!/bin/sh
2 . lib/interp
3
4 # Get the bitwidth from the command
5 BW=`echo "$I_CMD" | sed 's/.*bf//'`
6 if [ "$BW" = "" ] ; then BW=8 ; fi
7
8 interp_file ./interps/egobf/src/egobfi$BW