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