]> zdv2.bktei.com Git - BK-2020-03.git/commitdiff
chore(unitproc/find_erotica.sh):Update nouns develop
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 4 Jun 2025 19:19:45 +0000 (19:19 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 4 Jun 2025 19:19:45 +0000 (19:19 +0000)
unitproc/find_erotica.sh

index 3fd8b2258333f11fa4867d5e9c09266e17a54300..15020989b600698d02135a6790492a22d01be2f0 100755 (executable)
@@ -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
 # 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;
 
 
 FIN_MAX=400;
@@ -69,6 +69,7 @@ find_nouns() {
     cmd+=('-e' 'nipple');
     cmd+=('-e' 'areola');
     cmd+=('-e' 'breast');
     cmd+=('-e' 'nipple');
     cmd+=('-e' 'areola');
     cmd+=('-e' 'breast');
+    cmd+=('-e' 'vulva');
     cmd+=('-e' 'womanhood');
     cmd+=('-e' 'manhood');
     cmd+=('-e' 'his member');
     cmd+=('-e' 'womanhood');
     cmd+=('-e' 'manhood');
     cmd+=('-e' 'his member');