This commit is contained in:
rajimithu 2023-03-16 18:18:04 -07:00 committed by GitHub
commit 97aef4483a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
echo "Done! You can find the '$language' book at ./$outfile"
echo "Completed! You can find the '$language' book at ./$outfile"
}
generate_with_solutions () {