#!/bin/sh /bin/launchctl list com.openssh.sshd &>/dev/null || /bin/launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist exit 0