From 9cb56dabb676391a9382731347e8d2b07b9437a5 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 7 Apr 2024 13:25:49 +0200 Subject: big cleanup --- tpl/_debug.tpl | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 tpl/_debug.tpl (limited to 'tpl/_debug.tpl') diff --git a/tpl/_debug.tpl b/tpl/_debug.tpl deleted file mode 100644 index 4d650ea..0000000 --- a/tpl/_debug.tpl +++ /dev/null @@ -1,29 +0,0 @@ -% if(! ~ $#debug_shell 0) { -
- - -
- - -%{ -fn evl { - # Buffering is probably messing this up: - #rc -c 'flag x +;{'^$post_arg_command'} |[2] awk ''{print ">> "$0}''' - rc -c 'flag s +; flag x +;'^$post_arg_command -} - if(! ~ $#post_arg_command 0 && ! ~ $#post_arg_command '') { - echo '
'
-        evl | escape_html |[2] awk '{print ""$0""}' 
-        echo '
' - } -%} -% } - -
-% env | escape_html
-

- -% umask - -- cgit v1.2.3