generated from me/ebook-template
Ensure the script is run in the proper folder. Name the eBook.
This commit is contained in:
@@ -2,9 +2,12 @@
|
|||||||
# 2024-03-06 Hyperling
|
# 2024-03-06 Hyperling
|
||||||
# PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options
|
# PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options
|
||||||
|
|
||||||
|
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
|
||||||
|
cd $DIR
|
||||||
|
|
||||||
date
|
date
|
||||||
|
|
||||||
ebook="ebook.pdf"
|
ebook="UnderstandingAnarchy.pdf"
|
||||||
|
|
||||||
if [[ -e $ebook ]]; then
|
if [[ -e $ebook ]]; then
|
||||||
echo -n "Old: "
|
echo -n "Old: "
|
||||||
|
Reference in New Issue
Block a user