Updated step-0 again and added debugger script

Step 0 progress:
- The grep workaround now works, but causes problems if there are mutliple titles with that are similar (e.g., "Items in a Office" and "Items in a Port Master's Office" as the grepper will provide both when searching for the first)
- Only 1 known bug remains (the one listed above)
This commit is contained in:
Techognito 2025-08-15 21:21:20 +02:00
parent a8547a5f8e
commit d47c8f88e1
2 changed files with 83 additions and 21 deletions

10
debugger.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
function debugger() {
if $debug then
echo $@
fi
}
export -f debugger