Debug zsh
This commit is contained in:
parent
7f4a2d8d6d
commit
eb1a612419
2
qsgen2
2
qsgen2
@ -106,7 +106,7 @@ fi
|
|||||||
debug=true
|
debug=true
|
||||||
if (${debug}); then
|
if (${debug}); then
|
||||||
qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' )
|
qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' )
|
||||||
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}
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user