Created
July 31, 2017 15:17
-
-
Save fuzzy/826a5a602da683d441b521c39c060c50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if test -f ${HOME}/.sshenv; then | |
. ${HOME}/.sshenv | |
proc_info=$(ps aux|grep ${SSH_AGENT_PID}|grep -v grep) | |
test -z "${proc_info}" && rm -f ${HOME}/.sshenv | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment