mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +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
		
			
				
	
	
		
			14 lines
		
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| (
 | |
|   cd ../..
 | |
| 
 | |
|   # Restore
 | |
|   if [ -d bak ]
 | |
|     then
 | |
|     mv bak/* . || sleep 0s
 | |
|     rmdir bak
 | |
|   fi
 | |
|   mkdir -p src alias
 | |
| )
 |