max/scripts/psql.sh
2022-03-06 09:34:23 +01:00

3 lines
114 B
Bash
Executable File

#!/bin/bash
PGPASSWORD="$PGSQL_PASSWORD" psql -h "$PGSQL_HOST" -p "$PGSQL_PORT" -U "$PGSQL_USER" -d "$PGSQL_NAME"