File: dot.bash_logout

package info (click to toggle)
adduser 3.154
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: perl: 9,508; sh: 189; makefile: 22
file content (10 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (6)
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.