mirror of
				https://github.com/linuxserver/docker-webtop.git
				synced 2025-10-31 03:14:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/bash
 | |
| 
 | |
| if [ "${2}" == "WebBrowser" ]; then
 | |
|   /usr/local/bin/wrapped-chromium 
 | |
| else
 | |
|   /usr/bin/exo-open-real "$@"
 | |
| fi
 |