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