4 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly."
 | |
| exit 1
 | 
