5 lines
85 B
Bash
5 lines
85 B
Bash
#!/usr/bin/env zsh
|
|
|
|
docker logs -f $(docker ps |grep home-assistant|cut -d' ' -f1)
|
|
|