Debug zsh
This commit is contained in:
		
							
								
								
									
										2
									
								
								qsgen2
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								qsgen2
									
									
									
									
									
								
							@@ -105,7 +105,7 @@ else
 | 
			
		||||
fi
 | 
			
		||||
debug=true
 | 
			
		||||
if (${debug}); then
 | 
			
		||||
    qsconfig=$( cat $(pwd)/config | grep -v \# | cut -d" " -f2 )
 | 
			
		||||
    qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' )
 | 
			
		||||
    qsconfig=$(<${qsconfig})
 | 
			
		||||
	echo "${red}Contents of Config file:${end}"
 | 
			
		||||
    for lines in ${qsconfig}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user