mirror of
https://github.com/yshtcn/DiaryAssistant_bot.git
synced 2025-12-13 17:50:24 +08:00
7 lines
75 B
Batchfile
7 lines
75 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
:start
|
|
git pull
|
|
py "Diary Assistant.py"
|
|
pause
|
|
goto start |