diff --git a/heartbeat.bat b/heartbeat.bat new file mode 100644 index 0000000..66eae14 --- /dev/null +++ b/heartbeat.bat @@ -0,0 +1,5 @@ +@echo off +@echo heartbeat start +cd /d %~dp0 +py heartbeat.py +pause