10 lines
		
	
	
		
			134 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			134 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cat .tmp/sinopia.pid | xargs kill
 | |
| 
 | |
| cat .tmp/registry | xargs npm config set registry
 | |
| 
 | |
| cp .tmp/.npmrc ~/.npmrc
 | |
| 
 | |
| rm -rf .tmp
 |