mirror of
https://github.com/AdaCore/OpenUxAS.git
synced 2026-02-12 13:07:16 -08:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#! /bin/bash
|
|
|
|
BIN="../../build/uxas"
|
|
$BIN -cfgPath cfg_HelloWorld.xml
|
|
|