4 # FIXME: can we be more verbose here?
6 read -p "press enter to cleanup and remove tmp:"
12 if (gpg --quick-random --version >/dev/null 2>&1) ; then
14 elif (gpg --debug-quick-random --version >/dev/null 2>&1) ; then
15 echo debug-quick-random
20 echo "### removing temp dir..."
23 if [ "$SSHD_PID" ] ; then
24 echo "### killing off lingering sshd..."