Skip to content

Instantly share code, notes, and snippets.

View odenak's full-sized avatar

John Li odenak

View GitHub Profile
@odenak
odenak / umbrella
Created October 25, 2016 06:28 — forked from quinncomendant/umbrella
OpenDNS umbrella start/stop script for Mac OS X. This makes it easy to turn umbrella off temporarily, or get its status.
#!/usr/bin/env bash
# Quinn Comendant <quinn@strangecode.com>
# https://gist.github.com/quinncomendant/3be731567e529415d5ee
# Since 25 Jan 2015
# Version 1.1
CMD=$1;
if [[ `id -u` = 0 ]]; then