mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
3 lines
105 B
Batchfile
3 lines
105 B
Batchfile
@ echo off
|
|
Set "CurDir=%~dp0"
|
|
PowerShell -ExecutionPolicy RemoteSigned -File "%CurDir%\prep_salt.ps1" %*
|