mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
5 lines
No EOL
121 B
Bash
Executable file
5 lines
No EOL
121 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
node ./scripts/check-build-status.js
|
|
node --inspect-brk node_modules/@gemini-code/cli "$@" |