mirror of
https://github.com/AdaCore/LmcpGen.git
synced 2026-02-12 13:04:58 -08:00
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#! /bin/bash -e
|
|
|
|
rm -rf ../lmcpgen_out/*
|
|
java -Xmx2048m -jar dist/LmcpGen.jar -mdm "../OpenUxAS/mdms/CMASI.xml" -ada -dir "../lmcpgen_out"
|