Step 0 fixes
- Issue #1 created because of the workaround for Bookofrandomtables1.pdf
This commit is contained in:
parent
d47c8f88e1
commit
d03ef3ea7c
2 changed files with 75 additions and 29 deletions
2
debugger.sh
Normal file → Executable file
2
debugger.sh
Normal file → Executable file
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
function debugger() {
|
||||
if $debug then
|
||||
if $debug; then
|
||||
echo $@
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue