From b6270492cb9f7ace141d6f718f7e57f9a1655e54 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 10 Mar 2024 00:37:36 -0800 Subject: [PATCH] Updated cron instructions to make it more portable for strictly posix compliant systems --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbc53bc..1850260 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ xargs ~/Programs/python3/FediStatusPosterExtras/imgbot.sh 05,25,45 * * * * ~/Programs/python3/FediStatusPosterExtras/pick_ordered.sh \ ~/Programs/python3/FediStatusPosterExtras/csv_with_search_tags_safemsg_nsfwmsg.csv \ ~/Programs/python3/FediStatusPosterExtras/logboorubot.log |\ -tr ',' '\n' |\ -xargs ~/Programs/python3/FediStatusPosterExtras/boorubot.sh \ +tr ',' '\0' | tr '\n' '\0' |\ +xargs -0 ~/Programs/python3/FediStatusPosterExtras/boorubot.sh \ ~/Programs/python3/FediStatusPosterExtras/blacklist.txt ``` # Donate