#!/usr/bin/env bash set -euo pipefail GOG_DIR="$(cd "$(dirname "$0")" && pwd)/gog" exec bash "${GOG_DIR}/diagnose-session.sh" "$@"