mirror of
				https://github.com/rkd77/elinks.git
				synced 2025-10-21 19:54:04 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			138 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			138 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| sudo docker run -it \
 | |
|   --name=elinks-win32-static-dev \
 | |
|   -v /tmp:/tmp/host \
 | |
|   elinks-win32-static-dev:latest \
 | |
|   /bin/bash
 |