5 lines
167 B
Bash
Executable File
5 lines
167 B
Bash
Executable File
#!/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
|