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