From: Michael Ellerman Date: Thu, 18 Jun 2015 00:30:03 +0000 (+1000) Subject: send_email: Name the output based on date & time X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=be6cbf87072c2163446c4ea791523559f2fbafd1;p=next-scripts send_email: Name the output based on date & time --- diff --git a/send_email b/send_email index 470858a..1131d51 100755 --- a/send_email +++ b/send_email @@ -1,6 +1,6 @@ #!/bin/bash -TARGET=$HOME/linux-next-$$.email +TARGET=$HOME/linux-next-$(date +"%Y-%m-%d+%s").email to="$1" cc="$2"