#!/bin/sh

if test -n "$PAM_KWALLET5_LOGIN" ; then
    env | nc -U "$PAM_KWALLET5_LOGIN" | :
fi

