mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
10 lines
221 B
Batchfile
10 lines
221 B
Batchfile
@ echo off
|
|
:: Script for starting the Salt-Minion
|
|
:: Accepts all parameters that Salt-Minion Accepts
|
|
|
|
:: Define Variables
|
|
Set Python="%~dp0\bin\python.exe"
|
|
Set Script="%~dp0\bin\Scripts\salt-cp"
|
|
|
|
"%Python%" "%Script%" %*
|