I'm sitting here playing around with some shellscripting, and incron(d), I have a shellscript which gives some output when you pass an argument to it, but the output isn't put anywhere when I run the script using incron(d).
Is there a way I can sent the result to my email?
An example of my test.incron file:
/var/tmp/ IN_CLOSE_WRITE /home/user/script.sh $# $@
Thats what i currently have, but I would like to send all the output I get from script.sh to my email.
Hope you can help! Thank you
Best regards, Lucas R