Files
sharpemu/tools/SharpEmu.DebuggerFrontend/run.sh
T

9 lines
228 B
Bash
Executable File

#!/usr/bin/env sh
# Copyright (C) 2026 SharpEmu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
set -eu
script_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec python3 "$script_dir/debugger_frontend.py" "$@"