mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 05:02:12 +00:00
fix run
This commit is contained in:
parent
d262e519ce
commit
b3fbb0faff
1 changed files with 2 additions and 2 deletions
4
veet
4
veet
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cd "$(dirname "$0")" && uv run veetcode "$@"
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$(readlink -f "$0" 2>/dev/null || echo "$0")")" && pwd)"
|
||||
cd "$SCRIPT_DIR" && uv run veetcode "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue