blob: fdd8f84e5369e4b0ed29881afe87f9ac03e31bf2 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
echo "SETDESC testing pinentry-dmenu, type whatever
SETPROMPT whatever:
GETPIN
SETDESC type more of whatever:
GETPIN
SETDESC testing confirmation
confirm
BYE" | ./pinentry-dmenu
|