Skip to content

Instantly share code, notes, and snippets.

View danhalliday's full-sized avatar

Dan Halliday danhalliday

View GitHub Profile
@opragel
opragel / remove_teamviewer_osx.sh
Last active November 24, 2019 11:55
remove_teamviewer_osx.sh
#!/bin/bash
# WARNING: this script is potentially dangerous, it modifies the authorizationdb
# in a way that is far from best practice. your funeral
APP_PROCESS_NAME="TeamViewer"
DAEMON_PATHS=( "/Library/LaunchDaemons/com.teamviewer.Helper.plist"
"/Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist" )
REMOVE_PATHS=( "/Applications/TeamViewer.app"
// please check https://docs.netlify.com/configure-builds/environment-variables/#declare-variables for most up to date info
// this was created before those docs existed
process.env = {
/**
*
* AUTOMATICALLY SET BY NETLIFY. IMMUTABLE!
* docs: https://www.netlify.com/docs/continuous-deployment/#environment-variables
*
*/