mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 07:47:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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" %*
 | |
| ) | 
