Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cgeisser on github.
  • I am carlag (https://keybase.io/carlag) on keybase.
  • I have a public key ASArxzIXZIwaNxHT1IrOS2RrxdHlL3M55fpcHYPzMCEu8Ao

To claim this, I am signing this object:

@cgeisser
cgeisser / global-protect.sh
Last active June 29, 2017 16:21 — 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)