We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dceeaf commit ea3a742Copy full SHA for ea3a742
command.sh
@@ -4,5 +4,5 @@
4
# $ curl -O http://dumps.wikimedia.org/commonswiki/latest/commonswiki-latest-image.sql.gz
5
# This takes about 10 minutes
6
# $ zcat commonswiki-latest-image.sql.gz | sed -e 's/),/),\n/g' | grep frameCount | python process.py > found-images
7
-# $ cat found-images | grep -v '.png' | grep -v ' ' | grep -vi masturba | grep -vi scrotum | grep -vi ejaculat > animated-gifs
+# $ cat found-images | grep -v '.png' | grep -v ' ' | grep -v '"' | grep -v "'" | grep -vi masturba | grep -vi scrotum | grep -vi ejaculat > animated-gifs
8
cat $0
0 commit comments