Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

email_sender

Monitor a file, when the file is not change with 1 min, then send a email to the target mail box.

Usage:

python main.py [file]

For example:

python main.py /home/hui/FSI/tree/log.mpirun

For running as background process:

python main.py /home/hui/FSI/tree/log.mpirun > log.email &