Files
oc-sentinel/installer/launch-install.cmd
OfficeCom Codex 85e394f647
Some checks failed
OfficeCom Sentinel Client / build-client (push) Has been cancelled
Adopt OCSentinel script layout and add Gitea workflow
2026-07-17 00:50:26 +02:00

4 lines
106 B
Batchfile

@echo off
powershell.exe -ExecutionPolicy Bypass -File "%~dp0install-ocsentinel.ps1"
exit /b %errorlevel%