You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install the AOA Twenty Twenty Twenty alert for MacOS. Note that
# `aoa-ttt-install` is idempotent.
#
# Usage: `aoa-ttt-install`
set -u
if [ $# -ne 0 ]
then echo "Usage: $0"
fi
crontab_line="*/20 * * * * osascript -e 'display notification \"Look at something 20 feet away for 20 seconds\" with title \"AOA-TTT: Rest your eyes 👀\"'"