From 01ccabf5f65073833b2fec0946a6c9d53b0e3285 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Thu, 11 Jun 2026 13:18:24 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8f02caf..d51c1de 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ Scripts for telegram bot for (re)start/stop without pain. \ **UNIX-ONLY!!!** +## Examples +In repository you see examples: +* main.py - your main file +* example.sh - optional script for checking exit code (not needed) + +`service.py` is the what you will use for managment of `main.py` + ## Usage 1. Put service.py in yours project. 2. Set name of main script - `main.py`