• sepi@piefed.social
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 months ago

    I need a linux module that reminds me Mark Zuckerberg is a bitch every 15 minutes

    • grue@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 months ago

      Run crontab -e and put this in the file, on its own line:

      */15 * * * * notify-send "Reminder" "Mark Zuckerberg is a bitch"
      

      (Note: not tested)