Hacker News new | ask | show | jobs
by iveqy 1313 days ago
This is great and really close to what I use myself:

while [ 1 ]; do inotifywait .{c,h} t/.{c,h}; make && make check ; done

1 comments

Problem being is “make && make check” take way too much time normally.