/linux-alert-service

Primary LanguageShellMIT LicenseMIT

linux-alert-service

Installation

Open terminal ( ctrl+alt+t ) and go to Home directory

cd ~

Clone the repository

git clone https://github.com/mkromi/linux-alert-service.git

or download the zip file manually and unzip to Home directory

Change permission to 777

sudo chmod -R 777 linux-alert-service

Go to linux-alert-service directory

cd linux-alert-service

Run app.sh file to set alerm

./app.sh

Copy the line from terminal

Screenshot

Open crontab in edit mode and paste the copied line at the end

crontab -e

The Cron job will run the alert.sh file at specific time of weekdays as given.

License

The linux-alert-service is an open-source application licensed under the MIT License.