mirror of
https://github.com/yshtcn/DiaryAssistant_bot.git
synced 2025-12-11 16:50:24 +08:00
7 lines
72 B
Batchfile
7 lines
72 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
:start
|
|
git pull
|
|
py DiaryAssistant.py
|
|
pause
|
|
goto start |