Sign in
mojo
/
mojo-tools
/
57ca940d8410a27fdf517b6194d7ecb0f29ecc2a
/
.
/
tools
/
git
/
move_source_file.bat
blob: bc3d7978e0121ed563e44a847c6c069d8481393f [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
set
PYTHONDONTWRITEBYTECODE
=
1
call python
"%~dp0move_source_file.py"
%*