A pack of tools for gofed
A simple Bash script for updates notification. This script should be run with root permissions, it modifies local gofed database.
- gofed - https://github.com/ingvagabund/gofed
- bash
- configured
xmail
for e-mail notifications
Update and send report to listed e-mail addresses:
# ./gofed-notify.sh email foo1@bar foo2bar foo3@bar
Update and store report in file log.txt
:
# ./gofed-notify.sh print log.txt
See help
for more info:
# ./gofed-notify.sh help