sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
where pwsh >nul 2>&1
|
||||
if %ERRORLEVEL% == 0 (
|
||||
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0health-check.ps1" %*
|
||||
) else (
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0health-check.ps1" %*
|
||||
)
|
||||
Reference in New Issue
Block a user