Skip to content

Instantly share code, notes, and snippets.

@fuzzy
Created July 31, 2017 15:17
Show Gist options
  • Save fuzzy/826a5a602da683d441b521c39c060c50 to your computer and use it in GitHub Desktop.
Save fuzzy/826a5a602da683d441b521c39c060c50 to your computer and use it in GitHub Desktop.
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