From b3932006041d0ac2e50fa8576d994681b5cde4bc Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Oct 2025 06:54:39 -0700 Subject: [PATCH] Ensure conversion takes place in the correct folder. --- convert.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/convert.sh b/convert.sh index f645d66..e3c070f 100755 --- a/convert.sh +++ b/convert.sh @@ -2,6 +2,9 @@ # 2024-03-06 Hyperling # PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options +DIR="$(dirname -- "${BASH_SOURCE[0]}")" +cd $DIR + date ebook="HyperlingsHealthProtocol.pdf"