Run arbitrary commands when files change.
make
if any file in any subdirectory changes:
{ag -l} | entr {make}
make
if any .c
source files in the current directory change:
{ls *.c} | entr {'make && make test'}
SIGTERM
to any previously spawned ruby subprocesses before executing ruby main.rb
:
{ls *.rb} | entr -r {ruby main.rb}
/_
) as an argument:
{ls *.sql} | entr {psql -f} /_
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB