Create heartbeat.bat

This commit is contained in:
yshtcn
2023-07-23 13:44:52 +08:00
committed by GitHub
parent 2d1158da43
commit 2f9385f92e

5
heartbeat.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
@echo heartbeat start
cd /d %~dp0
py heartbeat.py
pause