veet-code/veet
2025-12-14 16:19:24 -05:00

3 lines
147 B
Bash
Executable file

#!/usr/bin/env bash
SCRIPT_DIR="$(cd "$(dirname "$(readlink -f "$0" 2>/dev/null || echo "$0")")" && pwd)"
cd "$SCRIPT_DIR" && uv run veetcode "$@"