mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2026-07-04 16:37:21 +00:00
5 lines
125 B
Bash
5 lines
125 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
[ -z "$1" ] && printf "\nPlease specify service name (ex. app)\n\n" && exit
|
||
|
|
|
||
|
|
docker-compose logs -f "$@"
|