Skip to content

Instantly share code, notes, and snippets.

View GhaziTriki's full-sized avatar

Ghazi Triki GhaziTriki

View GitHub Profile
@GhaziTriki
GhaziTriki / onchange.sh
Last active November 17, 2015 12:10 — forked from evgenius/onchange.sh
#!/bin/bash
#
# Watch current directory (recursively) for file changes, and execute
# a command when a file or directory is created, modified or deleted.
#
# Written by: Senko Rasic <[email protected]>
#
# Requires Linux, bash and inotifywait (from inotify-tools package).
#
# To avoid executing the command multiple times when a sequence of