mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
5 lines
199 B
Batchfile
5 lines
199 B
Batchfile
:: This is a helper script for multi-minion.ps1.
|
|
:: See multi-minion.ps1 for documentation
|
|
@ echo off
|
|
Set "CurDir=%~dp0"
|
|
PowerShell -ExecutionPolicy RemoteSigned -File "%CurDir%\multi-minion.ps1" %*
|