Sign in
chromium
/
chromium
/
src
/
e3b17fd533b81a9855a28d04894021479cd6d89d
/
.
/
tools
/
git
/
move_source_file.bat
blob: bc3d7978e0121ed563e44a847c6c069d8481393f [
file
] [
log
] [
blame
]
[email protected]
bdd5118
2013-07-11 20:44:41
[
diff
] [
blame
]
1
@echo
off
2
setlocal
3
::
This
is
required
with
cygwin only
.
4
PATH
=%~
dp0
;%
PATH
%
5
set
PYTHONDONTWRITEBYTECODE
=
1
6
call python
"%~dp0move_source_file.py"
%*