Skip to content

Instantly share code, notes, and snippets.

@bdbogjoe
bdbogjoe / openfortivpn-saml
Last active May 8, 2025 12:15
openfortivpn saml
#!/bin/bash
# Script: openfortivpn-saml
# Usage: ./openfortivpn-saml [VPN_DOMAIN]
# Example: ./openfortivpn-saml vpn.domain.com
pid=$(pidof openfortivpn)
for a in "$@"; do
case $a in