diff options
| author | Olcan <[email protected]> | 2025-04-20 14:50:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-20 14:50:12 -0700 |
| commit | ef909f6335bc488e7b5de221325008dfe8e53ffc (patch) | |
| tree | 3038bc7ede623c58ee6f0091bbbf9b2e634b49c9 /scripts/start_container.sh | |
| parent | c80800a3ee6e61c1e0ed032d303fd756335870ff (diff) | |
start and debug scripts (will enable seamless container use later), strict error handling in bash scripts (#63)
#61
Diffstat (limited to 'scripts/start_container.sh')
| -rwxr-xr-x | scripts/start_container.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/start_container.sh b/scripts/start_container.sh index ca03203e..dbdd305d 100755 --- a/scripts/start_container.sh +++ b/scripts/start_container.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -euo pipefail IMAGE=gemini-code-sandbox CLI_DIST=/usr/local/share/npm-global/lib/node_modules/\@gemini-code/cli |
