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