mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-18 21:25:00 +00:00
2 lines
79 B
Bash
Executable file
2 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
exec "$CRAFT_UV" run --python 3.12 "$CRAFT_SCRIPTS/doc_diff.py" "$@"
|