Sign in
opensecura
/
hw
/
matcha
/
8fe1ae1eae5da40b6fc47bca0921fd7f325992bf
/
.
/
toolchains
/
cheri_llvm
/
wrappers
/
driver.sh
blob: 72daf522b2883cd67c48c6356a4f312a25d3c556 [
file
]
#!/bin/bash --norc
PROG
=
$
{
0
##*/}
TOOLCHAIN
=
"cheriot-llvm"
ARGS
=()
POSTARGS
=()
exec
"external/${TOOLCHAIN}/bin/${PROG}"
\
"${ARGS[@]}"
\
"$@"
\
"${POSTARGS[@]}"