Update README.md

This commit is contained in:
MeaTLoTioN 2021-10-15 18:13:26 +01:00 committed by GitHub
parent fd771621e9
commit 6017422529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,9 @@
# mystic-twitupd # mystic-twitupd
global blacklist update script thingy 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"
```