]> git.wh0rd.org - home.git/blob - .bin/pinentry-dynamic
gitconfig: increase merge log
[home.git] / .bin / pinentry-dynamic
1 #!/bin/sh
2 case $* in
3 *-display*) exec pinentry-x11 "$@" ;;
4 *) exec pinentry-curses "$@" ;;
5 esac