mirror of
https://github.com/AdaCore/OpenUxAS.git
synced 2026-02-12 13:07:16 -08:00
7 lines
286 B
Bash
Executable File
7 lines
286 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/03_Example_DistributedCooperation/Scenario_DistributedCooperation.xml";
|
|
cd "$here";
|
|
|