Sign in
cobalt
/
cobalt
/
73dfa201cdae82aa9fcc0c4d0408296f44feb6d6
/
.
/
src
/
v8
/
tools
/
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"
%*