You've already forked OpenUxAS-SoI
mirror of
https://github.com/AdaCore/OpenUxAS-SoI.git
synced 2026-02-12 13:04:49 -08:00
This is about as bare-bones an integration as we can get. Next step: passing arguments across the language boundary.
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#! /bin/bash
|
|
|
|
BIN="../../build/uxas"
|
|
$BIN -cfgPath cfg_HelloRust.xml
|
|
|