Skip to content

Commit

Permalink
added inotifywait script
Browse files Browse the repository at this point in the history
  • Loading branch information
ftsagkris committed Jun 28, 2019
1 parent fd6d597 commit f0b57fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can schedule a cron job to run the script every minute like this:

* * * * * python3 /path/to/croissant/croissant.py

or, even better, use `inotifywait` to respond to file changes, as they happen. As a reference, here is my script for `inotifywait`:
or, even better, use `inotifywait` to respond to file changes, as they happen. As a reference, here is my script:

#!/bin/sh

Expand Down

0 comments on commit f0b57fb

Please sign in to comment.