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