forked from github/server
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# notify the web user of the change
|
|
mailx -s "update eressea" www-data@eressea.upb.de
|