Skip to content

Instantly share code, notes, and snippets.

@DanyelMorales
Created July 16, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyelMorales/7f45ec1c7c26f5b8822211f99e7e1996 to your computer and use it in GitHub Desktop.
Save DanyelMorales/7f45ec1c7c26f5b8822211f99e7e1996 to your computer and use it in GitHub Desktop.
Observe a file and then execute a command
#!/usr/bin/env bash
# usage: hook.sh ./**/*.ext "echo 'hello world when this file changes'"
inotify-hookable -f $1 -c "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment