mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-16 10:33:09 +00:00
4 lines
79 B
Batchfile
4 lines
79 B
Batchfile
|
|
@echo off
|
||
|
|
set PYTHON="c:\Python26\python.exe"
|
||
|
|
%PYTHON% setup.py clean --all
|