8 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
#IPADD=$(root/ipFerm.sh| tr -d '\n')
 | 
						|
#MSG="@def $HOST_STATIC = $
 | 
						|
echo -n -E "@def \$HOST_STATIC ="
 | 
						|
/root/tools/ansible/gsb/roles/r-ext/files/ipFerm.sh |tr -d '\n' 
 | 
						|
echo  ";" 
 | 
						|
 |