6 lines
		
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
# Actually, newroot is just like mounting on the root
 | 
						|
exec mount -n "$*" / > /dev/null
 | 
						|
 |