4 lines
100 B
Bash
4 lines
100 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./.local/bin/pgcli postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@${DB_HOST:=postgres}
|