Skip to content

Instantly share code, notes, and snippets.

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

Lucas not-ebx

🦀
Learning Rust lol
View GitHub Profile
@kaleksandrov
kaleksandrov / global-protect.sh
Last active January 5, 2026 20:04
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)