]> zdv2.bktei.com Git - BK-2020-03.git/blobdiff - unitproc/find_erotica.sh
feat(user/htmlz_to_cbz):Deduplicate consecutive repeat img urls
[BK-2020-03.git] / unitproc / find_erotica.sh
index e8827ea844ab1424d4f76f7a5175c63706f4c5f3..3fd8b2258333f11fa4867d5e9c09266e17a54300 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.1
+# Version: 0.2.2
 
 
 FIN_MAX=400;
 
 
 FIN_MAX=400;
@@ -90,7 +90,6 @@ find_nouns() {
     cmd+=('-e' 'lips');
     cmd+=('-e' 'lovers');
     cmd+=('-e' 'hard-on');
     cmd+=('-e' 'lips');
     cmd+=('-e' 'lovers');
     cmd+=('-e' 'hard-on');
-    cmd+=('-e' 'whore');
     cmd+=('-e' 'sex');
     cmd+=('-e' 'throat');
     cmd+=('-e' 'cleavage');
     cmd+=('-e' 'sex');
     cmd+=('-e' 'throat');
     cmd+=('-e' 'cleavage');