entr

Run arbitrary commands when files change. More information: <https://manned.org/entr>.

Debian Debian
RUN apt-get update && \ apt-get install -y entr
Ubuntu
RUN apt-get update && \ apt-get install -y entr
Alpine
RUN apk add entr
Arch Arch Linux
RUN pacman -S --noconfirm entr
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y entr
Fedora
RUN dnf install -y entr
Raspbian
RUN apt-get update && \ apt-get install -y entr
click the source code to copy install entr on any operating system with command-not-found.com