debugging

main
Zynh Ludwig 2024-08-01 03:13:01 -07:00
parent 80b45147e7
commit c5f2826c5d
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ in
script = writeShellScriptBin execName '' script = writeShellScriptBin execName ''
# Include hidden files when globbing later # Include hidden files when globbing later
shopt -s nullglob dotglob shopt -s nullglob dotglob
set -xv
while IFS="" read -r p || [ -n "$p" ] while IFS="" read -r p || [ -n "$p" ]
do do