Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
bin
/
ci
/
pipeline_message.sh
blob: 84c2825488a21c3b2531ca0cb66e261e26a531ae [
file
]
#!/usr/bin/env bash
set
-
eu
this_dir
=
$
(
dirname
--
"$(readlink -f -- "
$
{
BASH_SOURCE
[
0
]}
")"
)
readonly this_dir
exec \
"$this_dir/../python-venv.sh"
\
"$this_dir/requirements.txt"
\
"$this_dir/pipeline_message.py"
"$@"