#memo, #tip

Run Commands on File Change

I use entr to run commands automatically when files change. Here’s how I use it to run tests.

Use:

ls lib/* spec/* | entr -c bin/test

Notes:

· memo, tip