X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/78571f9c6023eb9fa04876de1f069e8a64353417..f943b9f29ad49237b05278807f86ae93d55655a4:/unitproc/find_erotica.sh diff --git a/unitproc/find_erotica.sh b/unitproc/find_erotica.sh index e8827ea..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.1 +# 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'); @@ -90,7 +91,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');