Skip to content

Commit

Permalink
Add README.md to html from gen_html_index.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NiKiZe committed Jul 28, 2021
1 parent 0c5508f commit 10e0e74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gen_html_index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo -e "<head><title>Gentoo minimal livecd over PXE, iPXE prefered</title>"
echo -e "<meta charset=\"utf-8\"><meta name=viewport content=\"width=device-width, initial-scale=1\">"
echo -e "</head><body>"
echo 'See <a href="https://github.com/NiKiZe/Gentoo-iPXE">Gentoo iPXE on GitHub</a>'
echo "<pre>"
echo "<pre style=\"overflow:auto\">"
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)
Expand All @@ -21,3 +21,5 @@ else
fi

done
echo "</pre>"
markdown2 README.md || >&2 echo README.md conversion failed, emerge dev-python/markdown2 https://github.com/trentm/python-markdown2

0 comments on commit 10e0e74

Please sign in to comment.