postmodern/wordlist.rb

`zcat` works differently on mac

Closed this issue · 2 comments

Instead of:

$ zcat foo.txt.gz 

it needs to be run as:

$ zcat < foo.txt.gz 

CI is now all green on macOS after changing every *cat command to *cat < path/to/file. Merging into main and releasing a patch release.

Fixed in 1.0.3.