X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=send_email;h=b572b9c9ddec3714e1bc798ac3a23ea4a6eb9062;hb=d57cd6c12a8c22190f73d2f9ee48420154af9e43;hp=9930ad2b10e4742ced3431ee54fc467a38bf0af6;hpb=122af73ed70c3e808292e2921f2a4316cc15282c;p=next-scripts diff --git a/send_email b/send_email index 9930ad2..b572b9c 100755 --- a/send_email +++ b/send_email @@ -3,9 +3,9 @@ mail_dir=$(realpath --relative-to=. "$(dirname "$0")/../mails") printf -v TARGET '%s/%(i%Y-%m-%d+%s)T.email' "$mail_dir" -1 -to="$1" -cc="$2" -subject="$3" +subject="$1" +to="$2" +cc="$3" { cat <