Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
896c88c9917c090bc2cebef3d1673dbf74f2ebb7
/
.
/
chrome-update.bat
blob: f007885be8885f8f7b6c273d145cf8704b8340b7 [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
call python
"%~dp0chrome-update.py"
%*