Debug zsh

This commit is contained in:
Stig-Ørjan Smelror 2024-01-31 16:52:47 +01:00
parent ee44ceaa94
commit 8e164384c5

2
qsgen2
View File

@ -105,7 +105,7 @@ else
fi fi
debug=true debug=true
if (${debug}); then if (${debug}); then
qsconfig=$( cat $(pwd)/config | grep -v \# ) qsconfig=$( cat $(pwd)/config | grep -v \# | cut -d" " -f2 )
qsconfig=$(<${qsconfig}) qsconfig=$(<${qsconfig})
echo "${red}Contents of Config file:${end}" echo "${red}Contents of Config file:${end}"
for lines in ${qsconfig} for lines in ${qsconfig}