#!/bin/sh set -Ceu if ps -e | grep -q X; then /home/"$USER"/bin/pinentry-dmenu "$@" else pinentry-curses "$@" fi