Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-w-yun/bash-file-monitor

Monitors files for changes via inotifywait and executes a command when a change is detected.
https://github.com/j-w-yun/bash-file-monitor

Last synced: about 7 hours ago
JSON representation

Monitors files for changes via inotifywait and executes a command when a change is detected.

Awesome Lists containing this project

README

        

# File Monitor for Bash

Monitors files for changes via inotifywait and executes a command when a change is detected.

## Usage

```bash
# Run in interactive mode
./monitor.sh
```

```
Usage:
./monitor.sh [OPTION]

Options:
-l, --list list active monitors
-r, --reload reload all monitors
-k, --kill kill and delete all monitors
-h, --help display this help and exit
```