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