Created
September 13, 2017 15:07
-
-
Save igemnace/a4b87573531a8e72e47d864ebd4d86d8 to your computer and use it in GitHub Desktop.
Snippets for an inotifywait loop to regenerate ctags.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watchdir() { | |
inotifywait -rme modify --format '%w%f' "$1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment