diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-30 21:22:02 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-30 21:22:02 +0000 |
commit | cc1f6e712520793d5a8c638a6e995c018917eadb (patch) | |
tree | 741fcefde5ad704c4036a45082142ad4a8e08dfc | |
parent | f6da53ee3575696ed955fef831b9e5380c83dce1 (diff) | |
download | esotericFORTRAN-cc1f6e712520793d5a8c638a6e995c018917eadb.tar.gz esotericFORTRAN-cc1f6e712520793d5a8c638a6e995c018917eadb.zip |
tested in linux and added .sh
-rw-r--r-- | src/PythonIDE/readme.md | 2 | ||||
-rw-r--r-- | src/PythonIDE/run_linux.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/PythonIDE/readme.md b/src/PythonIDE/readme.md index c346509..545be58 100644 --- a/src/PythonIDE/readme.md +++ b/src/PythonIDE/readme.md @@ -2,4 +2,4 @@ - It's made with python, no non-default python libraries are needed - `java` must be on the path for it to work -- The `.jar` must be compiled and set as the first argument (an example `.bat` is here)
\ No newline at end of file +- The `.jar` must be compiled and set as the first argument (an example `.bat` and `.sh` is here)
\ No newline at end of file diff --git a/src/PythonIDE/run_linux.sh b/src/PythonIDE/run_linux.sh new file mode 100644 index 0000000..b10feee --- /dev/null +++ b/src/PythonIDE/run_linux.sh @@ -0,0 +1 @@ +python3 src/esotericFORTRANIDE.py ../esotericFORTRAN.jar |