diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-06 12:46:09 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-06 12:46:09 +0200 |
commit | 8afaafcacb6e2fb675527d54db473b2843307985 (patch) | |
tree | a6ac7722a3fbd77b84c88e6c09d07903051719cd /.local/bin/mutt_md2html.sh | |
parent | Update (diff) | |
download | dotfiles-bsd-8afaafcacb6e2fb675527d54db473b2843307985.tar.gz dotfiles-bsd-8afaafcacb6e2fb675527d54db473b2843307985.tar.bz2 dotfiles-bsd-8afaafcacb6e2fb675527d54db473b2843307985.tar.xz dotfiles-bsd-8afaafcacb6e2fb675527d54db473b2843307985.tar.zst dotfiles-bsd-8afaafcacb6e2fb675527d54db473b2843307985.zip |
Update
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" |