Create filter.sh
Browse files
filter.sh
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/'
|