Step 0 fixes

- Issue #1 created because of the workaround for Bookofrandomtables1.pdf
This commit is contained in:
Techognito 2025-08-15 22:42:28 +02:00
parent d47c8f88e1
commit d03ef3ea7c
2 changed files with 75 additions and 29 deletions

2
debugger.sh Normal file → Executable file
View file

@ -1,7 +1,7 @@
#!/bin/bash
function debugger() {
if $debug then
if $debug; then
echo $@
fi
}