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