Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
d98fb5e289cc7008412104d2a0e3cc1224fc6a01
/
.
/
tools_webrtc
/
mb
/
mb.bat
blob: a82770e714a24ce1d2a3d76064ef9e30ad97b2bb [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
set
PYTHONDONTWRITEBYTECODE
=
1
call python
"%~dp0mb.py"
%*