From 6017422529c9eb1265315590c1e2fab6a85efe0b Mon Sep 17 00:00:00 2001 From: MeaTLoTioN <40481087+christiansacks@users.noreply.github.com> Date: Fri, 15 Oct 2021 18:13:26 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f9ec7ea..3a09227 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # mystic-twitupd global blacklist update script thingy + +## recommended automation +using crontab, you could set it up thus; + +``` +0 0 * * * /mystic/scripts/twitupd.sh && logger -t "mystic_twitupd.sh" "[crontab] blacklist.txt updated" +```