AutoAnalyserLauncher shell scripts added (this is a new GUI to start all AutoAnalysers from, which was added two commits ago (but I forgot to comment in the message that it was added!)

This commit is contained in:
jlizier 2017-11-24 21:41:30 +11:00
parent 7390c1d643
commit 326e5fbe77
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@ECHO OFF
REM Run the AutoAnalyser launcher:
java -classpath "..\..\infodynamics.jar" infodynamics.demos.autoanalysis.AutoAnalyserLauncher

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Run the AutoAnalyser Launcher:
java -classpath "../../infodynamics.jar" infodynamics.demos.autoanalysis.AutoAnalyserLauncher