fix link
All checks were successful
/ build (push) Successful in 5s

This commit is contained in:
Collin Lefeber 2025-02-16 21:09:51 -05:00
parent e568fed923
commit 165e4ed60d

View file

@ -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!