Skip to content

Instantly share code, notes, and snippets.

@skhaz
Last active August 29, 2015 14:09
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 skhaz/b0def30819f7f9b1be06 to your computer and use it in GitHub Desktop.
Save skhaz/b0def30819f7f9b1be06 to your computer and use it in GitHub Desktop.
# minute hour day of month month day of week command
# 0-59 0-23 1-31 1-12 0-7 (0/7 is Sun)
30 18 * * * root /opt/vc/bin/tvservice -p ; /opt/vc/bin/tvservice -o
30 8 * * 1-5 root /opt/vc/bin/tvservice -p ; sudo chvt 6; sudo chvt 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment