Sign in
android
/
platform
/
external
/
mesa3d
/
b74eb12a8e01ac086ecfa4f6448a3e46b2cb1593
/
.
/
bin
/
ci
/
marge_queue.sh
blob: 80f46677172da4211111753eea54e790025f7b68 [
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/marge_queue.py"
"$@"