changeset 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 f9acf7bb6b24
children a24922a01045
files ibin/bf16 ibin/bf32 ibin/bf8
diffstat 3 files changed, 3 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/ibin/bf16	Fri Mar 25 01:58:44 2016 +0000
+++ b/ibin/bf16	Fri Mar 25 10:48:18 2016 +0000
@@ -1,8 +1,1 @@
-#!/bin/sh
-. lib/interp
-
-# Get the bitwidth from the command
-BW=`echo "$CMD" | sed 's/bf//'`
-if [ "$BW" = "" ] ; then BW=8 ; fi
-
-interp_file ./interps/egobf/src/egobfi$BW
+bf
\ No newline at end of file
--- a/ibin/bf32	Fri Mar 25 01:58:44 2016 +0000
+++ b/ibin/bf32	Fri Mar 25 10:48:18 2016 +0000
@@ -1,8 +1,1 @@
-#!/bin/sh
-. lib/interp
-
-# Get the bitwidth from the command
-BW=`echo "$CMD" | sed 's/bf//'`
-if [ "$BW" = "" ] ; then BW=8 ; fi
-
-interp_file ./interps/egobf/src/egobfi$BW
+bf
\ No newline at end of file
--- a/ibin/bf8	Fri Mar 25 01:58:44 2016 +0000
+++ b/ibin/bf8	Fri Mar 25 10:48:18 2016 +0000
@@ -1,8 +1,1 @@
-#!/bin/sh
-. lib/interp
-
-# Get the bitwidth from the command
-BW=`echo "$CMD" | sed 's/bf//'`
-if [ "$BW" = "" ] ; then BW=8 ; fi
-
-interp_file ./interps/egobf/src/egobfi$BW
+bf
\ No newline at end of file