Skip to content

Instantly share code, notes, and snippets.

@wenjianhn
Created July 14, 2015 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenjianhn/f2ab277f131cf38cf0de to your computer and use it in GitHub Desktop.
Save wenjianhn/f2ab277f131cf38cf0de to your computer and use it in GitHub Desktop.
Suspend my workstation at 8pm everyday. /etc/cron.daily/pm-suspend
#!/bin/bash
/usr/bin/echo '/usr/sbin/pm-suspend' | /usr/bin/at 8pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment