mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 08:58:57 +03:00
new commit
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user