Sign in
chromium
/
chromium
/
src
/
a542525d913eab2ce9b51a58fa8ba486c20e275c
/
.
/
tools
/
git
/
move_source_file.bat
blob: 456178e05dc0b503020baee418333104f9c42e63 [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
set
PYTHONDONTWRITEBYTECODE
=
1
call python3
"%~dp0move_source_file.py"
%*