This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# based on source | |
# https://gist.github.com/itscuriousdele/3179575 | |
# | |
# prereqs: | |
# ruby | |
# gem install watchr | |
# gem install rb-inotify | |
# | |
# user: | |
# watchr autotest.test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# first install the gem | |
gem install watchr | |
# then find the gem watchr | |
locate watchr | |
# open the file watchr.rb | |
subl ~/.rvm/gems/ruby-2.3.1/gems/watchr-0.7/lib/watchr.rb | |
# rewrite the line |
NewerOlder