Files
structure/bash/show-python-log.sh
2025-09-18 17:53:09 +03:00

2 lines
85 B
Bash
Executable File

#!/bin/bash
docker logs --follow $(docker ps | grep "python-${1}" | awk '{print $1}')