net-tools/tray/vpn-tray
Natalie 68c848dc56 feat(@tools/net-tools): add tray icon system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 02:20:23 -07:00

5 lines
118 B
Bash
Executable file

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