浏览代码

Remove ancient blackbox.sh script

Arthur Yefimov 3 年之前
父节点
当前提交
20fd05c115
共有 1 个文件被更改,包括 0 次插入10 次删除
  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