ppbrown commited on
Commit
3e918e8
·
verified ·
1 Parent(s): e8476ae

Update filter.sh

Browse files
Files changed (1) hide show
  1. filter.sh +4 -2
filter.sh CHANGED
@@ -1,7 +1,9 @@
1
  #
2
 
3
  # If you are on linux, you can download this file, and use it to
4
- # automatically delete SOME of the problem images in a directory. Use with;
 
 
5
  # rm $(sh filter.sh)
6
 
7
- egrep -l 'pussy|nipple|penis|vagina|testicle|censor|watermark|signature|border|text,|reference sheet' *txt |sed 's/txt/jpg/'
 
1
  #
2
 
3
  # If you are on linux, you can download this file, and use it to
4
+ # automatically delete SOME of the problem images in a directory.
5
+ # Tune the word list to your preference.
6
+ # Use it to remove jpgs with the listed tag(s), by;
7
  # rm $(sh filter.sh)
8
 
9
+ egrep -l 'pussy|penis|vagina|testicle|censor|watermark|signature|border|text,|reference sheet' *txt |sed 's/txt/jpg/'