#!/bin/bash
# WireGuard VPN Tray launcher
cd "$(dirname "$0")"
source .venv/bin/activate
exec python vpn_tray.py "$@"
