From: Steven Baltakatei Sandoval Date: Sun, 13 Apr 2025 10:21:36 +0000 (+0000) Subject: chore(unitproc/find_erotica.sh):Adjust vocab X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/c5700d5c465c80b8696ec487830099163b9eba64?hp=15af0db8848eaa129fba08d3a37326d37b4de5c3 chore(unitproc/find_erotica.sh):Adjust vocab --- diff --git a/unitproc/find_erotica.sh b/unitproc/find_erotica.sh index e8827ea..3fd8b22 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.1 +# Version: 0.2.2 FIN_MAX=400; @@ -90,7 +90,6 @@ find_nouns() { cmd+=('-e' 'lips'); cmd+=('-e' 'lovers'); cmd+=('-e' 'hard-on'); - cmd+=('-e' 'whore'); cmd+=('-e' 'sex'); cmd+=('-e' 'throat'); cmd+=('-e' 'cleavage');