pinentry-select (168B)
1 #!/bin/sh 2 PE="" 3 BIN="/usr/bin" 4 5 for p in pinentry-tty pinentry-curses pinentry ; do 6 command -v ${BIN}/${p} >/dev/null && PE="${BIN}/${p}" 7 break 8 done 9 10 exec ${PE} "$@"
dotfiles*nix config files | |
git clone git://git.pyratebeard.net/dotfiles.git | |
Log | Files | Refs | README |