Skip to content

Instantly share code, notes, and snippets.

@apie
Created December 2, 2020 20:54
Show Gist options
  • Save apie/b1d9c9759c7eb53e97553b6fa23cad5f to your computer and use it in GitHub Desktop.
Save apie/b1d9c9759c7eb53e97553b6fa23cad5f to your computer and use it in GitHub Desktop.
Advent cron: send a line from a file every day of december until Christmas.
0 8 1-24 12 * sed -n $(/bin/date +\%d)p /home/santa/presents.txt | mail user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment