Files
4server/app/sbin/psql
T
oliver 3deb54f5aa init
2026-04-21 17:29:54 -03:00

4 lines
97 B
Bash
Executable File

#!/bin/bash
doas docker exec -it $1 bash -c 'PGPASSWORD="$PASSWORD" psql -h "$HOST" -U "$USER"'