Cisco Umbrella can fuck right off

BYE BITCH #!/usr/bin/env bash CMD=$1; if [[ `id -u` = 0 ]]; then echo “You mustn’t be root when executing this script”; exit; fi function usage { echo “Usage: $(basename $0) COMMAND COMMANDS: stop Run sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist start Run sudo launchctl load /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist restart Stop umbrella, then start again. status Is umbrella running? …