Skip to content

Instantly share code, notes, and snippets.

View alexmaze's full-sized avatar
🍼

Alex Yan alexmaze

🍼
  • Tencent
  • Shanghai, China
View GitHub Profile
@alexmaze
alexmaze / global-protect.sh
Created August 24, 2017 02:10 — forked from kaleksandrov/global-protect.sh
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)