#!/usr/bin/env bash
# Convenience launcher for the Ghidra GUI (needs X11 — run the box with --x11).
exec bash /usr/share/ghidra/ghidraRun "$@"
