[ADD/WIP] Manpages!

This commit is contained in:
LDA 2024-08-10 17:44:18 +02:00
commit 12b654bb51
2 changed files with 9 additions and 1 deletions

View file

@ -488,6 +488,7 @@ Main(Array *args, HashMap *env)
StreamPrintf(output, "</body>");
StreamPrintf(output, "</html>");
StreamFlush(output);
StreamClose(output);
StreamClose(input);