6 lines
86 B
Batchfile
6 lines
86 B
Batchfile
@echo off
|
|
|
|
powershell.exe -ExecutionPolicy Bypass -File "%~dp0auto-commit.ps1"
|
|
|
|
pause
|