From 7a684dbdc67f6c2786fae3c4ccb4e64469b479e7 Mon Sep 17 00:00:00 2001 From: rajimithu Date: Mon, 26 Sep 2022 13:28:51 +0000 Subject: [PATCH] new commit --- generate-epub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-epub.sh b/generate-epub.sh index a6bfe05b..8dd18bdb 100755 --- a/generate-epub.sh +++ b/generate-epub.sh @@ -8,7 +8,7 @@ generate_from_stdin() { pandoc --metadata-file=epub-metadata.yaml --metadata=lang:$2 --from=markdown -o $1 <&0 - echo "Done! You can find the '$language' book at ./$outfile" + echo "Completed! You can find the '$language' book at ./$outfile" } generate_with_solutions () {