From 2571e071751681338518c2bf65f25ad32b2f71f4 Mon Sep 17 00:00:00 2001 From: Olcan Date: Mon, 21 Apr 2025 12:39:58 -0700 Subject: enable debugging through sandbox (#88) --- scripts/debug.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 scripts/debug.sh (limited to 'scripts/debug.sh') diff --git a/scripts/debug.sh b/scripts/debug.sh deleted file mode 100755 index d70dd60f..00000000 --- a/scripts/debug.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -euo pipefail - -node ./scripts/check-build-status.js -node --inspect-brk node_modules/@gemini-code/cli "$@" \ No newline at end of file -- cgit v1.2.3