mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-10 11:22:09 +00:00
5 lines
103 B
Batchfile
5 lines
103 B
Batchfile
|
@echo off
|
||
|
cd /d %~dp0
|
||
|
set PYTHONPATH=%PYTHONPATH%;%~dp0\seahub\thirdpart
|
||
|
start python upgrade/py/gc.py
|