9 lines
188 B
Bash
Executable file
9 lines
188 B
Bash
Executable file
#!/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
|