12 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								# replace the `login' and `newgrp' builtins in old bourne shells
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								login()
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
									exec login "$@"
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								newgrp()
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
									exec newgrp "$@"
							 | 
						||
| 
								 | 
							
								}
							 |