main
#!/bin/bash # # Sleep the machine if [[ "$(uname -s)" != 'Darwin' ]]; then echo 'Sorry, this script only works on macOS' exit 1 fi exec sudo shutdown -s now