diff --git a/convert.sh b/convert.sh index 6058577..95a0f74 100755 --- a/convert.sh +++ b/convert.sh @@ -2,9 +2,12 @@ # 2024-03-06 Hyperling # PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options +DIR="$(dirname -- "${BASH_SOURCE[0]}")" +cd $DIR + date -ebook="ebook.pdf" +ebook="UnderstandingAnarchy.pdf" if [[ -e $ebook ]]; then echo -n "Old: "