mirror of
https://github.com/yshtcn/heartbeat.git
synced 2025-12-11 16:50:25 +08:00
6 lines
66 B
Batchfile
6 lines
66 B
Batchfile
@echo off
|
|
@echo heartbeat start
|
|
cd /d %~dp0
|
|
py heartbeat.py
|
|
pause
|