diff --git a/convert-html-to-md.sh b/convert-html-to-md.sh new file mode 100755 index 0000000000000000000000000000000000000000..e376b74ccf487964a53b4357318108109ea917af --- /dev/null +++ b/convert-html-to-md.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +set -x +curl -A aaaaaaaaaaaaaaaaa $1 | pandoc -sr html -o content/page/$2.md