How to install entr on Ubuntu

entr is a utility to automatically restart a script if one or more files change.

Installing it on Ubuntu as is as easy as

install_entr_ubuntu.sh
sudo apt -y install entr

 


Check out similar posts by category: Linux