#!/bin/sh

if test -n "$PAM_KWALLET5_LOGIN" ; then
    QUOTING_STYLE=literal env | socat STDIN UNIX-CONNECT:$PAM_KWALLET5_LOGIN
fi

