added run script

This commit is contained in:
Shihaam Abdul Rahman 2021-11-29 18:40:46 +05:00
parent 667f7f0cd5
commit ecc89d952a
2 changed files with 4 additions and 0 deletions

0
bml-status-tg-bot.sh → bml-status-tg-bot Executable file → Normal file
View File

4
run-bml-status-tg-bot.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
screen -S bml-status-tg-bot -p 0 -X quit
screen -S "bml-status-tg-bot" -U -m -d bash bml-status-tg-bot