comparison ibin/bf32 @ 7277:77ae80f1894d

<fizzie> ` (cd ibin; rm bf8 bf16 bf32; ln -s bf bf8; ln -s bf bf16; ln -s bf bf32)
author HackBot
date Fri, 25 Mar 2016 10:48:18 +0000
parents 33a6019d8e99
children
comparison
equal deleted inserted replaced
7276:f9acf7bb6b24 7277:77ae80f1894d
1 #!/bin/sh 1 bf
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