11 lines
208 B
Bash
11 lines
208 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
#add here the keys/emails of the recipients:
|
||
|
a="email@domain.net"
|
||
|
b=""
|
||
|
c=""
|
||
|
#
|
||
|
#the debug is a little different, use it with "-r" or leave the variable empty:
|
||
|
debug="-r email@domain.net"
|
||
|
|