mirror of
https://github.com/bashrc/LKMPG.git
synced 2018-06-11 03:06:54 +02:00
7 lines
229 B
Bash
Executable File
7 lines
229 B
Bash
Executable File
#!/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
|