This commit is contained in:
2026-01-03 21:55:47 +00:00
parent 732cdffd25
commit dd079c4ef2
4 changed files with 23 additions and 1 deletions

4
arch-user/bin/psql.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
psql -h "/run/user/$(id -u)" "$1"