Sign in
fuchsia
/
third_party
/
mesa
/
b9d588b5db6a5bf04c5934a2e9a8b3354fe02094
/
.
/
bin
/
ci
/
gitlab_gql.sh
blob: 3d2767c4d0e2ab02c5985ec997dd3fe62df2285b [
file
] [
log
] [
blame
]
#!/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/gitlab_gql.py"
"$@"