From e51e32078dffd5c47a9dab4f140d0ee0764c183c Mon Sep 17 00:00:00 2001 From: Sean Trott Date: Thu, 9 Apr 2015 13:55:12 -0700 Subject: [PATCH] Removed full-path and grammar stuff. Only has Analyzer code now. --- analyzer.sh | 2 -- morse.sh | 3 --- robotShell.sh | 2 -- 3 files changed, 7 deletions(-) delete mode 100644 analyzer.sh delete mode 100644 morse.sh delete mode 100644 robotShell.sh diff --git a/analyzer.sh b/analyzer.sh deleted file mode 100644 index e926425..0000000 --- a/analyzer.sh +++ /dev/null @@ -1,2 +0,0 @@ -export JYTHONPATH=compling.core/build/compling.core.jar:src/main -jython -m analyzer starter.prefs \ No newline at end of file diff --git a/morse.sh b/morse.sh deleted file mode 100644 index 204f60f..0000000 --- a/morse.sh +++ /dev/null @@ -1,3 +0,0 @@ -export MORSE_BLENDER=/Users/seantrott/Downloads/Blender/blender.app/Contents/MacOS/blender - -morse run src/main/morse/scene.py diff --git a/robotShell.sh b/robotShell.sh deleted file mode 100644 index b9dd7a3..0000000 --- a/robotShell.sh +++ /dev/null @@ -1,2 +0,0 @@ -export JYTHONPATH=compling.core/build/compling.core.jar:src/main -jython -m analyzer compRobots.prefs \ No newline at end of file