new commit

pull/704/head
rajimithu 2022-09-26 13:28:51 +00:00
parent 7e8f93e57d
commit 7a684dbdc6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ generate_from_stdin() {
pandoc --metadata-file=epub-metadata.yaml --metadata=lang:$2 --from=markdown -o $1 <&0 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 () { generate_with_solutions () {