Sign in
apache
/
trafficcontrol
/
refs/heads/master
/
.
/
vendor
/
github.com
/
basho
/
riak-go-client
/
make.cmd
blob: 4b8a4f5e8cdf3f5adb3f592b17c064b204baec29 [
file
]
@echo
off
setlocal
C
:
\Windows\System32\WindowsPowerShell\v
1.0
\powershell
.
exe
-
NoLogo
-
NoProfile
-
NonInteractive
-
ExecutionPolicy
Bypass
-
File
"%~dp0\make.ps1"
%*
exit
/
b
%
ERRORLEVEL
%