Explorar o código

Remove ancient blackbox.sh script

Arthur Yefimov %!s(int64=3) %!d(string=hai) anos
pai
achega
20fd05c115
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      Data/bin/blackbox.sh

+ 0 - 10
Data/bin/blackbox.sh

@@ -1,10 +0,0 @@
-#!/bin/bash
-# This script is run by FreeOberon on Linux. Current directory of the
-# script will be where FreeOberon executable is located. This
-# particular script is for console programs compiled with Blackbox.
-cd Data/bin/bbcp
-BBCP=./blackbox
-echo "ConsCompiler.Compile('Programs/Mod','$1')" | $BBCP
-retcode=$?
-cd ../../..
-exit $retcode