Debug zsh

This commit is contained in:
Stig-Ørjan Smelror 2024-01-31 17:02:43 +01:00
parent 7f4a2d8d6d
commit eb1a612419

2
qsgen2
View File

@ -106,7 +106,7 @@ fi
debug=true
if (${debug}); then
qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' )
qsconfig=$(<${qsconfig})
# qsconfig=$(<${qsconfig})
echo "${red}Contents of Config file:${end}"
for lines in ${qsconfig}
do