From: Michael Ellerman Date: Thu, 18 Jun 2015 00:31:07 +0000 (+1000) Subject: send_email: Put mails in a directory X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=6fcb1ac2ddc2ae590651475474488932d868c360;p=next-scripts send_email: Put mails in a directory --- diff --git a/send_email b/send_email index 1131d51..a8e60a2 100755 --- a/send_email +++ b/send_email @@ -1,6 +1,6 @@ #!/bin/bash -TARGET=$HOME/linux-next-$(date +"%Y-%m-%d+%s").email +TARGET=$HOME/work/topics/linux-next/mails/$(date +"%Y-%m-%d+%s").email to="$1" cc="$2"