diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-07 23:42:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-07 23:42:18 -0300 |
commit | 315c8d211702d6926bb48ab46628f54e10f6b18e (patch) | |
tree | e5c34a355f7a66045a4bfd56b60094e84252afec | |
parent | fcc720ae85e710eb4aca4ff8bf48b597aa4ea5fe (diff) | |
download | scripts-315c8d211702d6926bb48ab46628f54e10f6b18e.tar.gz scripts-315c8d211702d6926bb48ab46628f54e10f6b18e.tar.bz2 |
Feat: inotifier: comment on alternatives
-rwxr-xr-x | inotifier | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ # # Run commands when a folder content changes. # +# Alternatives: +# +# * https://github.com/quitesimpleorg/adhocify +# * https://tracker.debian.org/pkg/inotify-hookable +# * https://metacpan.org/dist/App-Inotify-Hookable # Parameters BASENAME="`basename $0`" |