1
0
mirror of https://github.com/bashrc/LKMPG.git synced 2018-06-11 03:06:54 +02:00

Format conversion script

This commit is contained in:
Bob Mottram
2017-12-15 14:37:38 +00:00
parent ef3b976932
commit 1965bd2710

6
4.12.12/convert_formats.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
VERSION='4.12.12'
pandoc -f html -t markdown -o LKMPG-${VERSION}.md LKMPG-${VERSION}.html
pandoc -f markdown -t rst -o LKMPG-${VERSION}.rst LKMPG-${VERSION}.md
git add LKMPG-${VERSION}.md
git add LKMPG-${VERSION}.rst