source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/bin/pick-ui.sh@
106061
最後變更 在這個檔案從106061是 103996,由 提交於 11 月 前 | |
---|---|
檔案大小: 217 位元組 |
行 | |
---|---|
1 | #!/usr/bin/env bash |
2 | set -eu |
3 | |
4 | this_dir=$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")") |
5 | readonly this_dir |
6 | |
7 | exec \ |
8 | "$this_dir/python-venv.sh" \ |
9 | "$this_dir/pick/requirements.txt" \ |
10 | "$this_dir/pick-ui.py" "$@" |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器