diff --git a/4.12.12/convert_formats.sh b/4.12.12/convert_formats.sh new file mode 100755 index 0000000..d4120a0 --- /dev/null +++ b/4.12.12/convert_formats.sh @@ -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