this post was submitted on 03 Jun 2024
288 points (96.2% liked)
Futurology
1786 readers
58 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You don't need an AI. Just write a python script that sends emails to everyone once a day admonishing them to work harder.
This replaces middle management ๐คฃ
0 10 5 */2 * pizza-party.sh
What language is that?
Cron scheduling https://crontab.guru/
It's used frequently on Unix computers to execute a script at an interval like every day, week, etc