watchexec

파일이 변경될 때 임의의 명령을 실행. 더 많은 정보: https://github.com/watchexec/watchexec.

watchexec {{ls -la}}

watchexec --exts {{js,css,html}} make

watchexec --watch {{lib}} --watch {{src}} {{make}}

watchexec --restart --stop-signal {{SIGKILL}} {{my_server}}