You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							 | 
							
							#!/bin/sh | 
						
						
						
						
							 | 
							
							 | 
						
						
						
						
							 | 
							
							set -e | 
						
						
						
						
							 | 
							
							. ../../nvm.sh | 
						
						
						
						
							 | 
							
							 | 
						
						
						
						
							 | 
							
							# Remove the stuff we're clobbering. | 
						
						
						
						
							 | 
							
							[ -e ../../v0.6.14 ] && rm -R ../../v0.6.14 | 
						
						
						
						
							 | 
							
							 | 
						
						
						
						
							 | 
							
							# Install | 
						
						
						
						
							 | 
							
							nvm install 0.6.14 | 
						
						
						
						
							 | 
							
							 | 
						
						
						
						
							 | 
							
							# Check | 
						
						
						
						
							 | 
							
							[ -d ../../v0.6.14 ] | 
						
						
						
						
							 | 
							
							nvm run v0.6.14 --version | grep v0.6.14
 | 
						
						
						
						
							 | 
							
							
 |