start and debug scripts (will enable seamless container use later), strict error handling in bash scripts (#63)

#61
This commit is contained in:
Olcan 2025-04-20 14:50:12 -07:00 committed by GitHub
parent c80800a3ee
commit ef909f6335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 2 deletions

5
scripts/debug.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail
node ./scripts/check-build-status.js
node --inspect-brk node_modules/@gemini-code/cli/dist