#!/usr/bin/env bash if [ `uname` = Darwin ]; then launchctl unload ~/Library/LaunchAgents/system-info.plist rm ~/Library/LaunchAgents/system-info.plist fi