Sign in
opensecura
/
hw
/
matcha
/
5af7ea2b53f69ce8494df95ca515d8db3c829df7
/
.
/
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[@]}"