1 2 3 4 5 6 7 8
#!/bin/sh set -Ceu if ps -e | grep -q X; then /home/"$USER"/bin/pinentry-dmenu "$@" else pinentry-curses "$@" fi