Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while inotifywait -m -e modify /usr/lib/python2.7/poplib.py; do
  2.  
  3. mail -s '!!! Modification du fichier /usr/lib/python2.7/poplib.py !!!' -t mymail@myprovider.fr -a "From: mymail@myprovider.fr" < /home/micmac/scripts/texte_alerte_poplib.py.txt;
  4.  
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement