#!/bin/sh
# Return a path for a new vimwiki log entry.
printf '%s%s' "$HOME" "$(date '+/notes/vimwiki/log/%Y-%m-%d-%H%M-%S.wiki')"