mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
set -o pipefail
|
|
|
|
KTX_UV_BIN="$(bash scripts/conductor/resolve-uv.sh pyproject.toml)"
|
|
export PATH="$(dirname "$KTX_UV_BIN"):$PATH"
|