summaryrefslogtreecommitdiff
path: root/chromium/tools/git/move_source_file.bat
blob: 4f61fc424d92a1f5c6f0fca4751732c7a851faa6 (plain)
1
2
3
4
5
6
@echo off
setlocal
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
set PYTHONDONTWRITEBYTECODE=1
call python3 "%~dp0move_source_file.py" %*