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