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