mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
7 lines
158 B
Batchfile
7 lines
158 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set "SCRIPT_DIR=%~dp0"
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%clang-format-windows.ps1" %*
|
|
exit /b %ERRORLEVEL%
|