7 lines
		
	
	
		
			182 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			182 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
|  | @IF EXIST "%~dp0\bash.exe" ( | ||
|  |   "%~dp0\bash.exe"  "%~dp0\..\run-node\run-node" %* | ||
|  | ) ELSE ( | ||
|  |   @SETLOCAL | ||
|  |   @SET PATHEXT=%PATHEXT:;.JS;=;% | ||
|  |   bash  "%~dp0\..\run-node\run-node" %* | ||
|  | ) |