unixorn/tumult.plugin.zsh

View on GitHub
bin/naptime

Summary

Maintainability
Test Coverage
#!/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