mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
4 lines
261 B
Batchfile
4 lines
261 B
Batchfile
@echo off
|
|
:: Do replace the for loop with setting SCRIPTSDIR to the literal path
|
|
for /f "delims=" %%i in ('python -c "import site; print(site.getusersitepackages().replace('site-packages', 'Scripts'))"') do set SCRIPTSDIR=%%i
|
|
python %SCRIPTSDIR%\linkchecker %*
|