Skip to content

Commit ea3a742

Browse files
committed
updated command.sh to remove quoted filenames
1 parent 9dceeaf commit ea3a742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# $ curl -O http://dumps.wikimedia.org/commonswiki/latest/commonswiki-latest-image.sql.gz
55
# This takes about 10 minutes
66
# $ 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
7+
# $ cat found-images | grep -v '.png' | grep -v ' ' | grep -v '"' | grep -v "'" | grep -vi masturba | grep -vi scrotum | grep -vi ejaculat > animated-gifs
88
cat $0

0 commit comments

Comments
 (0)