From 10e0e74fa06b44a6b612dcd31305fbc282192b19 Mon Sep 17 00:00:00 2001 From: Christian Nilsson Date: Wed, 28 Jul 2021 09:56:11 +0200 Subject: [PATCH] Add README.md to html from gen_html_index.sh --- gen_html_index.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_html_index.sh b/gen_html_index.sh index 69e5af4..a3a575e 100755 --- a/gen_html_index.sh +++ b/gen_html_index.sh @@ -4,7 +4,7 @@ echo -e "Gentoo minimal livecd over PXE, iPXE prefered" echo -e "" echo -e "" echo 'See Gentoo iPXE on GitHub' -echo "
"
+echo "
"
 thisscript=$(basename "$0")
 #FILES="gentoo gentoo.igz combined.igz image.squashfs *.iso $(git ls-files)"
 readarray -d '' files < <(printf '%s\0' gentoo gentoo.igz combined.igz image.squashfs *.iso $(git ls-files) | sort -zV)
@@ -21,3 +21,5 @@ else
 fi
 
 done
+echo "
" +markdown2 README.md || >&2 echo README.md conversion failed, emerge dev-python/markdown2 https://github.com/trentm/python-markdown2 \ No newline at end of file