Upload Tizen:Base source
[external/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