10 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#Define colors
 | 
						|
red=1
 | 
						|
green=2
 | 
						|
yellow=3
 | 
						|
blue=4
 | 
						|
violet=5
 | 
						|
teal=6
 | 
						|
echo "$(tput setaf $red)ENV exported : $word$(tput sgr0)"
 | 
						|
echo -e "\033[0;31mError\033[0m : Text"
 |