1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/ci/installer_set/bin/oint.bat
T
2024-10-26 16:46:39 +03:00

5 lines
171 B
Batchfile

@echo off
set "oint_folder=%~dp0"
call "%oint_folder%..\share\oint\bin\oscript.exe" "%oint_folder%..\share\oint\lib\oint-cli\core\Classes\app.os" %*
@exit /b %ERRORLEVEL%