#!/bin/sh
# f5vpn-launcher — D-Bus session-bus activation wrapper
#
# Exec's the F5 VPN client (f5vpn-ng) with all arguments forwarded.
# The new GTK/WebKit client is the only supported client; the old Qt
# client (f5vpn) is no longer used.

exec /usr/bin/f5vpn-ng "$@"
