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:
6
4.12.12/convert_formats.sh
Executable file
6
4.12.12/convert_formats.sh
Executable 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
|
||||
Reference in New Issue
Block a user