Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 352 Bytes

File metadata and controls

15 lines (14 loc) · 352 Bytes

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 &