parent
e568fed923
commit
165e4ed60d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ done
|
|||
|
||||
`inotifywait` spits out lines of events when files change based on the options you want - here it's just modify, create, delete events in the directory.
|
||||
|
||||
The [`$SECONDS`][https://man.archlinux.org/man/bash.1.en#SECONDS] logic just ensures that `make` does not run N times if N files change in a fraction of a second.
|
||||
The [`$SECONDS`](https://man.archlinux.org/man/bash.1.en#SECONDS) logic just ensures that `make` does not run N times if N files change in a fraction of a second.
|
||||
|
||||
Now lets go!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue