#!/usr/bin/env bash if [[ $(uname) == Darwin ]]; then exec pinentry-mac "$@" fi exec pinentry "$@"