# bashnotify **Repository Path**: han0nly/bashnotify ## Basic Information - **Project Name**: bashnotify - **Description**: Send an email to the given mail address when the bash script finished - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bashnotify Send an email to the given mail address when the bash script finished ## Requirements ``` pip install smtplib ``` ## Usage 1. Change the email address/password and SMTP configuration in the script. 2. Run the script. ``` ./bash_notify.py your command # e.g. ./bash_notify.py xxxx.sh -p 1 -a 2 ```