forked from kristjan/cjvt-valency
3 lines
57 B
Bash
3 lines
57 B
Bash
|
#!/bin/bash
|
||
|
docker ps | grep postgres | awk '{print $1}'
|