salt/pkg/windows/buildenv/salt-cp.bat
2015-04-16 15:07:28 +00:00

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%" %*