diff options
Diffstat (limited to '.local/bin/mutt_md2html.sh')
-rwxr-xr-x | .local/bin/mutt_md2html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/mutt_md2html.sh b/.local/bin/mutt_md2html.sh index 0756ea7..f934bb4 100755 --- a/.local/bin/mutt_md2html.sh +++ b/.local/bin/mutt_md2html.sh @@ -2,7 +2,7 @@ commandsFile="/tmp/neomutt-commands" markdownFile="/tmp/neomutt-markdown" -htmlFile="/tmp/neomutt.html" +htmlFile="/tmp/neomutt-$(hostname -s)-$(id -u)-$(date +%s).html" cat - > "$markdownFile" echo -n "push " > "$commandsFile" |