remove start_sandbox.sh script (#238)

This commit is contained in:
Olcan
2025-05-01 09:16:33 -07:00
committed by GitHub
parent b27aae26c8
commit a18eea8c23
3 changed files with 10 additions and 178 deletions

View File

@@ -49,7 +49,6 @@ function parseImageName(image: string): string {
return tag ? `${name}-${tag}` : name;
}
// node.js equivalent of scripts/start_sandbox.sh
export async function start_sandbox(sandbox: string) {
// determine full path for gemini-code to distinguish linked vs installed setting
const gcPath = execSync(`realpath $(which gemini-code)`).toString().trim();