5 lines
No EOL
102 B
Bash
Executable file
5 lines
No EOL
102 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
node ./scripts/check-build-status.js
|
|
node node_modules/@gemini-code/cli |