4 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
soffice "--accept=socket,host=localhost,port=2002;urp;"
 | 
						|
echo "Press <enter>..."
 | 
						|
read R
 |