Files
OpenJarvis/tests/install/bash/stubs/uv
T

5 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
# Stub for `uv` — records args, exits with $UV_STUB_EXIT.
echo "$@" >> "${UV_STUB_LOG:-/dev/null}"
exit "${UV_STUB_EXIT:-0}"