mirror of
https://github.com/AdaCore/OpenUxAS.git
synced 2026-02-12 13:07:16 -08:00
6 lines
253 B
Bash
Executable File
6 lines
253 B
Bash
Executable File
here=$PWD;
|
|
|
|
cd ../../../OpenAMASE/OpenAMASE;
|
|
java -Xmx2048m -splash:./data/amase_splash.png -classpath ./dist/*:./lib/* avtas.app.Application --config config/amase --scenario "../../OpenUxAS/examples/07_PythonWithAmase/Scenario_Empty.xml";
|
|
cd "$here";
|