Skip to content

Instantly share code, notes, and snippets.

View not-ebx's full-sized avatar
🦀
Learning Rust lol

Luke not-ebx

🦀
Learning Rust lol
View GitHub Profile
@kaleksandrov
kaleksandrov / global-protect.sh
Last active May 15, 2025 23:41
Simple script that starts and stops GlobalProtect.app on Mac OSX.
#!/bin/bash
case $# in
0)
echo "Usage: $0 {start|stop}"
exit 1
;;
1)
case $1 in
start)