Sign in
chromium
/
chromium
/
src
/
3979ca49e0a2debce3f1f9e38b47b5d7658b901b
/
.
/
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"
%*