3 lines
114 B
Bash
Executable File
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"
|