Project

General

Profile

inotify.txt

Jason Prouty, 12/22/2016 05:12 PM

Download (335 Bytes)

 
1
inotifywait -m /opt/sdm/savefiles -e create -e moved_to |
2
    while read path action file; do
3
        #echo "The file '$file' appeared in directory '$path' via '$action'"
4
        # do something with the file
5
        cp /opt/sdm/savefiles/$file /opt/t
6
        cd /opt/t
7
        ./test.sh $file  >> /opt/sdm/config.log 
8
    done
Add picture from clipboard (Maximum size: 10 MB)