зеркало из https://github.com/microsoft/azure-cli.git
7 строки
90 B
Batchfile
7 строки
90 B
Batchfile
|
@echo off
|
||
|
setlocal
|
||
|
|
||
|
SET PYTHONPATH=%~dp0/src;%PYTHONPATH%
|
||
|
python -m azure.cli %*
|
||
|
|
||
|
endlocal
|