From 1965bd27107c1b03ede8f33723e02493ebb8ab6e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 15 Dec 2017 14:37:38 +0000 Subject: [PATCH] Format conversion script --- 4.12.12/convert_formats.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 4.12.12/convert_formats.sh 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