dermoth has quit [Read error: Connection reset by peer]
dermoth has joined ##bash-crimes
_whitelogger has joined ##bash-crimes
duckl1ng has quit [Ping timeout: 252 seconds]
duckl1ng has joined ##bash-crimes
duckl1ng has quit [Quit: leaving]
panekj- has joined ##bash-crimes
edk has quit [Quit: leaving]
<janvhs>
I LOVE THIS OMG
<janvhs>
You all are my last hope... Can I assign an existing UNIX socket to a file descriptor in shell somehow? At this point I don't even care how cursed and if it's not POSIX compliant lol
<janvhs>
Context I'm writing a runit service script for my gpg-agent and I need to pass FD3 to gpg-agent, but can't `exec 3<>/the_sock`, because it fails with "cannot create /run/user/1000/gnupg/S.gpg-agent: No such device or address"