#!/bin/sh
# Installed as /usr/bin/silentvpn. `exec` (not a plain call) so the real
# binary's own PID/argv0 is what the process table and Platform.resolvedExecutable
# (used to locate bundled libXray.so/geo data relative to the executable)
# see — same as running it directly, just from a stable PATH location.
exec /opt/silentvpn-app/silentvpn "$@"