Sign in
cobalt
/
depot_tools
/
af0b79e758e31879e9d5fb3a918c80dfde897adc
/
.
/
gcl.bat
blob: 786ceea061beb473cdac9963515ae6d602372b98 [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
set
PYTHONDONTWRITEBYTECODE
=
1
call python
"%~dp0gcl.py"
%*