X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/15af0db8848eaa129fba08d3a37326d37b4de5c3..c5700d5c465c80b8696ec487830099163b9eba64:/unitproc/find_erotica.sh?ds=inline 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');