7 lines
		
	
	
		
			115 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
echo "echo test1; ./test2.sh" >test1.sh
 | 
						|
echo "echo test2" >test2.sh
 | 
						|
 | 
						|
command . ./test1.sh
 | 
						|
 | 
						|
rm -f test1.sh test2.sh
 |