From f943b9f29ad49237b05278807f86ae93d55655a4 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Wed, 4 Jun 2025 19:19:45 +0000 Subject: [PATCH] chore(unitproc/find_erotica.sh):Update nouns --- unitproc/find_erotica.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unitproc/find_erotica.sh b/unitproc/find_erotica.sh index 3fd8b22..1502098 100755 --- a/unitproc/find_erotica.sh +++ b/unitproc/find_erotica.sh @@ -2,7 +2,7 @@ # Desc: Searches for erotic phrases in text files in specified working directory # Usage: find_erotica.sh [dir] # Depends: GNU Find utils, GNU Parallel 20210822, GNU Grep, GNU Coreutils 8.32, bc -# Version: 0.2.2 +# Version: 0.3.0 FIN_MAX=400; @@ -69,6 +69,7 @@ find_nouns() { cmd+=('-e' 'nipple'); cmd+=('-e' 'areola'); cmd+=('-e' 'breast'); + cmd+=('-e' 'vulva'); cmd+=('-e' 'womanhood'); cmd+=('-e' 'manhood'); cmd+=('-e' 'his member'); -- 2.39.5