opus-data/dirMonitor.sh

6 lines
123 B
Bash
Executable File

#!/bin/bash
inotifywait -m OPUS -e create -e moved_to |
while read fpath action file; do
Rscript OpusData.R $file
done