FVTT-pdf2json-rolltable-cre.../debugger.sh
Techognito d03ef3ea7c Step 0 fixes
- Issue #1 created because of the workaround for Bookofrandomtables1.pdf
2025-08-15 22:42:28 +02:00

10 lines
89 B
Bash
Executable file

#!/bin/bash
function debugger() {
if $debug; then
echo $@
fi
}
export -f debugger