mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 06:04:44 +00:00
3 lines
147 B
Bash
Executable file
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 "$@"
|