4
votes
Auto browser refresh during web development
On Mac OS X you can do that using AppleScript. I did that some time ago and been using it ever since.
# Check if Firefox is running, if so refresh
ps -xc|grep -sqi firefox && …
