Skip to content
Snippets Groups Projects
Commit b1e096c2 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Add build output concat odt file

parent b404918b
Branches
Tags
1 merge request!2Add build output concat odt file
*.pdf
*.docx
*.odt
*.log
#!/usr/bin/env bash
#sudo apt-get install pandoc
cat ./README.md ./COMMON.md ./SECURITY.md ./DATABASES.md ./WEB.md ./PHP.md ./PHP-SYMFONY.md > ./test.md
pandoc --from=markdown --to=odt --output=test.odt ./test.md
rm ./test.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment