4 lines
150 B
Shell
Executable file
4 lines
150 B
Shell
Executable file
#!/usr/bin/env bash
|
|
|
|
pandoc -S -o main.epub index.md intro.md about.md about_author.md \
|
|
01.md 02.md 03.md 04.md 05.md 06.md 07.md 08.md 09.md 10.md
|