Created
May 17, 2019 14:20
-
-
Save vspedr/c6b610f0a1911119d1a3da7fb999f4bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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