Comment on Show HN: Execute a shell command each time a given file or directory changesparentComments−dinduksOP13yInotify is specific to Linux, while CEL isn't OS dependent.−osth13yExcept if you account for the fact that some other UNIX-like OS do not use bash as /bin/sh.You could even say that using bash as /bin/sh "is specific to Linux."How to fix: /#!\/bin\/bash/s/bash/sh/
Comments
Inotify is specific to Linux, while CEL isn't OS dependent.
Except if you account for the fact that some other UNIX-like OS do not use bash as /bin/sh.
You could even say that using bash as /bin/sh "is specific to Linux."
How to fix: /#!\/bin\/bash/s/bash/sh/