#! /usr/bin/env php $path) { if (!is_dir($path)) { unset($paths[$idx]); } } // We depend on Console_CommandLine, so we append also the default include path set_include_path(implode(PATH_SEPARATOR, $paths) . PATH_SEPARATOR . get_include_path()); require_once 'Crypt/GPG/PinEntry.php'; $pinentry = new Crypt_GPG_PinEntry(); $pinentry->__invoke(); ?>