pasky / speedread

A simple terminal-based open source Spritz-alike (per-word RSVP aligned on optimal reading points)
MIT License
1.06k stars 93 forks source link

osx support #3

Closed durka closed 10 years ago

durka commented 10 years ago

Hi,

Great script. I ran it on OSX and two things jumped out, so I fixed them. First my system Perl is 5.12, though I have 5.14 installed through Homebrew, so I changed the shebang to check $PATH. Also on OSX it is stty -f, not stty -F, so I added a switch for that.

Cheers, Alex

pasky commented 10 years ago

Thanks! I'll clean it up a little yet, but good work!

durka commented 10 years ago

Yes, please clean it up. I don't know Perl :)