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 October 16, 2025 01:17
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)