mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 10:05:18 +00:00
3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cd "$(dirname "$0")" && uv run veetcode "$@"
|
|
|