mirror of
https://github.com/NaC-L/Mergen.git
synced 2026-05-12 09:40:34 +00:00
5 lines
110 B
Batchfile
5 lines
110 B
Batchfile
@echo off
|
|
setlocal
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0run.ps1" %*
|
|
exit /b %errorlevel%
|