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

Merge branch 'generateOutputFile' into 'master'

Add build output concat odt file

See merge request !2
parents b404918b b1e096c2
No related branches found
No related tags found
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