Skip to content
Snippets Groups Projects
Commit e22d2200 authored by micressor's avatar micressor
Browse files

Add convert-html-to-md.sh

parent 49c9d431
No related branches found
No related tags found
1 merge request!24Feature hugo migration
#!/bin/bash
set -x
curl -A aaaaaaaaaaaaaaaaa $1 | pandoc -sr html -o content/page/$2.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment