Edit

IABSD.fr/xenocara/lib/mesa/bin/pick-ui.sh

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2023-11-02 04:31:01
    Hash : 60059fee
    Message : Import Mesa 23.1.9

  • lib/mesa/bin/pick-ui.sh
  • #!/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" "$@"