Skip to content

This script is an handler to `at` command with notifications.

License

Notifications You must be signed in to change notification settings

TelecomsSansFrontieres/at-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

# at-notify
#------------------------
# Author: Telecoms Sans Frontieres
# Mail: [email protected]
# GIT Repository: https://github.com/TelecomsSansFrontieres
#------------------------

Usage: at-notify -d [N] -m [EMAIL] -e [CMD]
This script is an handler to `at` command with notifications.

  -d,--delay [N]    number of days to delay
  -m,--mail [EMAIL] email address to send notification to
  -e,--exec [CMD]   command to execute after defined delay
  -h,--help         print this help


example: restart the service ntpd in 5 days

    at-notify -d 5 -m [email protected] -e "service ntpd restart"

About

This script is an handler to `at` command with notifications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages