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