5 rindas
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Izpildāmais fails
		
	
	
	
	
			
		
		
	
	
			5 rindas
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Izpildāmais fails
		
	
	
	
	
#!/bin/sh
 | 
						|
# pass aguments to the remote stdin, shovel back the remote output
 | 
						|
echo "$@"
 | 
						|
exec /bin/cat >&$SAVED_FD_1
 |