Sign in
fuchsia
/
third_party
/
mesa
/
refs/heads/sandbox/turnip
/
.
/
bin
/
ci
/
update_traces_checksum.sh
blob: a384b1fd57af8e03bd588d1e19f752a7d3606cd7 [
file
] [
log
] [
blame
] [
edit
]
#!/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/update_traces_checksum.py"
"$@"