From e22d2200db3fcade6656f6ee5397900ea4ea358d Mon Sep 17 00:00:00 2001
From: Micressor <micressor@secure.mailbox.org>
Date: Fri, 23 Nov 2018 13:09:05 +0100
Subject: [PATCH] Add convert-html-to-md.sh

---
 convert-html-to-md.sh | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 convert-html-to-md.sh

diff --git a/convert-html-to-md.sh b/convert-html-to-md.sh
new file mode 100755
index 0000000..e376b74
--- /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
-- 
GitLab