From 4ae960a92e987ee329cb1b34d732fd147ab66596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 31 Jan 2024 17:53:21 +0100 Subject: [PATCH] Debug zsh --- qsgen2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qsgen2 b/qsgen2 index c887a2d..535ebeb 100755 --- a/qsgen2 +++ b/qsgen2 @@ -1,7 +1,7 @@ #!/usr/bin/zsh set -x -trap 'read -k1' DEBUG +# trap 'read -k1' DEBUG # Quick Site Generator 2 is a static website generator inspired by Nikola. # It is written for the Z shell (zsh) because that's what I use and also because I like it better than Bash. @@ -835,12 +835,12 @@ function _html() { } # Time to test the first function -_msg std "Running function _blogs" +#_msg std "Running function blogs" _blogs -_msg std "Running function _blog_idx_for_index" +#_msg std "Running function blog_idx_for_index" _blog_idx_for_index _blog_index -_msg std "Running function _pages" +#_msg std "Running function pages" _pages -_msg std "Running function sitemap" +#_msg std "Running function sitemap" _sitemap \ No newline at end of file