#!/usr/bin/env sh # Build the self-extracting .run installer (delegates to make_run.py — no makeself). exec python3 "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)/make_run.py" "$@"