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

6 lines
126 B
Bash

#!/usr/bin/env bash
"$APP" onearg "$@"
"$APP" exist "$1"
source "$APP" service_env "$1"
exec screen -r "$SERVICE_SCREEN_NAME"