comparison bin/bf @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 #!/bin/sh
2 . lib/interp
3
4 # Get the bitwidth from the command
5 BW=`echo "$CMD" | sed 's/bf//'`
6 if [ "$BW" = "" ] ; then BW=8 ; fi
7
8 interp_file ./interps/egobf/src/egobfi$BW