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