install: cp com.jacobcasper.pm* /Library/LaunchDaemons ln -s $(shell pwd)/pm.sh /usr/local/bin/pm.sh launchctl load -w /Library/LaunchDaemons/com.jacobcasper.pm.o* uninstall: launchctl unload -w /Library/LaunchDaemons/com.jacobcasper.pm.o* rm -f /Library/LaunchDaemons/com.jacobcasper.pm* rm -f /usr/local/bin/pm.sh