f5a8cd1259
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2 lines
138 B
Bash
Executable file
2 lines
138 B
Bash
Executable file
#!/bin/sh
|
|
echo "$(date) : $1 - Download completed." | mail -s "[rtorrent] - Download completed : $1" nico-rtorrent-notify@schottelius.org
|