Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
03e2dffc99f3be583d5c8fa35cbce62f5781ad96
/
.
/
guest
/
mesa
/
bin
/
pick-ui.sh
blob: 6e44cf851fbc50cc24f15bb21e2d4d7395e23f01 [
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/pick/requirements.txt"
\
"$this_dir/pick-ui.py"
"$@"