1 2 3 4 5 6 7
#!/usr/bin/env bash if [[ $(uname) == Darwin ]]; then exec pinentry-mac "$@" fi exec pinentry "$@"