mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
5 lines
147 B
Bash
Executable File
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}"
|