This file contains hidden or 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
#!/bin/bash | |
# A little script to remind you to look away from your screen every so often. | |
# | |
# To install: | |
# 1. Save this script somewhere | |
# 2. Make the script executable: chmod +x /path/to/the/script.sh | |
# 3. crontab -e | |
# 4. Add this entry: */20 9-17 * * * /path/to/the/script.sh |