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