mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-11-01 02:35:51 +08:00 
			
		
		
		
	fast tests alias unalias more alias tests tests document testing warn not to run while testing chmod +x deactivate specify the version (commit) of urchin installation test run tests for ls switch unsetopt to the thing creationix has rename tests urchin log adjust urchin version
		
			
				
	
	
		
			11 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cd ../..
 | |
| mkdir v0.0.1
 | |
| mkdir src/node-v0.0.1
 | |
| 
 | |
| . ./nvm.sh
 | |
| nvm uninstall v0.0.1
 | |
| 
 | |
| [ ! -d 'v0.0.1' ] && [ ! -d 'src/node-v0.0.1' ]
 |