Files
workspace/arch-user/bin/psql.sh
2026-01-03 21:55:47 +00:00

5 lines
54 B
Bash
Executable File

#!/bin/bash
set -e
psql -h "/run/user/$(id -u)" "$1"