forked from CastroFidel/PortWINE
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # Author: PortWINE-Linux.ru
 | |
| . "$(dirname $(readlink -f "$0"))/runlib"
 | |
| "${WINESERVER}" -k
 | |
| START_PORTWINE
 | |
| $PW_TERM "${port_on_run}" "run" "regedit"
 | |
| STOP_PORTWINE
 |