From 14eaf91de23ca29e2c300cecf12b63458c6f5d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 22:00:46 +0100 Subject: [PATCH] Debug time --- qsgen2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qsgen2 b/qsgen2 index 8df5a9d..2499c63 100755 --- a/qsgen2 +++ b/qsgen2 @@ -315,6 +315,9 @@ function _pages() { # Remove the #title line from the buffer. No longer needed. page_content=$( grep -v '#title' ${page_content} ) + echo "${page_content}" + exit + # HTML'ify the page content page_content=$( ${engine} ${page_content} )