Sign in
opensecura
/
3p
/
cheriot-rtos
/
2d29c2b3e5f976dbb8094d66220e6ed5731de5e3
/
.
/
exercises
/
01.compartmentalisation
/
run_simulator.sh
blob: 003f0f15767df980a0b67953df5846302d8cbca1 [
file
]
#!/bin/sh
if
[
!
-
p input
]
;
then
mkfifo input
fi
xmake
&&
xmake run
<
input