Mac Support
atomkirk opened this issue · 3 comments
atomkirk commented
For posterity, maybe you could add to readme or make a wiki page that describes how to make this work on mac:
- Install
brew install homebrew/dupes/grep
which places gnu grep in your path asggrep
- Replace uses of
grep
in script withggrep
bill-auger commented
could you instead try this version i just pushed as the 'mac' branch - i think it should work without modification using the default BSD grep on mac - real solutions are always better than caveats
atomkirk commented
Yes that works great!
bill-auger commented
sweet - i will get this patch into the master branch soon