svchelper/app/bin/screen_exists
2024-04-23 04:34:16 +02:00

4 lines
60 B
Bash

#!/usr/bin/env bash
screen -ls "$1" >/dev/null 2>&1
echo $?