mirror of https://github.com/jlizier/jidt
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:
parent
7390c1d643
commit
326e5fbe77
|
|
@ -0,0 +1,5 @@
|
|||
@ECHO OFF
|
||||
|
||||
REM Run the AutoAnalyser launcher:
|
||||
java -classpath "..\..\infodynamics.jar" infodynamics.demos.autoanalysis.AutoAnalyserLauncher
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Run the AutoAnalyser Launcher:
|
||||
java -classpath "../../infodynamics.jar" infodynamics.demos.autoanalysis.AutoAnalyserLauncher
|
||||
|
||||
Loading…
Reference in New Issue