5 lines
		
	
	
		
			179 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
echo ">> You can uninstall the Ruby gems if no other packages require them."
 | 
						|
echo ">> For example, 'gem uninstall sequel' would uninstall the 'sequel' Ruby gem."
 | 
						|
exit 0
 |