From cc1f6e712520793d5a8c638a6e995c018917eadb Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Tue, 30 Nov 2021 21:22:02 +0000
Subject: tested in linux and added .sh

---
 src/PythonIDE/readme.md    | 2 +-
 src/PythonIDE/run_linux.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 src/PythonIDE/run_linux.sh

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
-- 
cgit v1.2.3