]> git.ipfire.org Git - thirdparty/bash.git/blob - examples/startup-files/apple/logout
Imported from ../bash-2.04.tar.gz.
[thirdparty/bash.git] / examples / startup-files / apple / logout
1 ##
2 # Destroy credentials
3 ##
4
5 if [ -z "${TERM_PROGRAM}" ]; then
6 # Don't run these commands if the shell is launched by Terminal,
7 # even if it's a login shell.
8
9 if klist -s; then kdestroy; fi
10 fi