Skip to content

Instantly share code, notes, and snippets.

@vspedr
Created May 17, 2019 14:20
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 vspedr/c6b610f0a1911119d1a3da7fb999f4bc to your computer and use it in GitHub Desktop.
Save vspedr/c6b610f0a1911119d1a3da7fb999f4bc to your computer and use it in GitHub Desktop.
crontab -l | { cat; echo "0 11 * * * export DISPLAY=:0 && google-chrome https://google.com"; } | crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment