summaryrefslogtreecommitdiffstats
path: root/examples/adduser.local.conf.examples/skel/dot.bash_logout
blob: 922c64b38a70533722e516b5a6cb26be0fa760eb (plain)
1
2
3
4
5
6
7
8
9
10
#########################################################################
#           ~/.bash_logout: Personal log-out script for Bash            #
#########################################################################

# [JNZ] Modified 21-Jun-2013

# This script file is sourced by bash(1) when the login shell terminates.
# By default, no action is taken.
#
# Written by John Zaitseff and released into the public domain.