]> git.wh0rd.org - home.git/blob - .bin/pinentry-dynamic
crostini-vapier-setup: helper for setting up new installs
[home.git] / .bin / pinentry-dynamic
1 #!/bin/sh
2 case $* in
3 *-display*) exec pinentry-x11 "$@" ;;
4 *) exec pinentry-curses "$@" ;;
5 esac