added screen script

This commit is contained in:
Shihaam Abdul Rahman 2022-01-18 18:39:18 +00:00
parent 33f1bacdf1
commit 096d7ff627

5
run-bml-tg-notify Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
SCREEN=$(basename $(pwd))
screen -S $SCREEN -p 0 -X quit
screen -S $SCREEN -U -m -d bash bml-tg-notify.sh