X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/c5700d5c465c80b8696ec487830099163b9eba64..refs/heads/develop:/unitproc/find_erotica.sh 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');