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