mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-19 11:41:02 +02:00
7 lines
149 B
Bash
7 lines
149 B
Bash
|
|
#!/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"
|